Android Code Optimisation tools & other libraries
Related Posts:
JAVA Design Patterns Design patterns are very popular among the software developer. A design pattern is a well described solution to common software problem Advantages … Read More
Android Networking Libray's & Android API level Android API versions Code nameVersion numberInitial release dateAPI levelSupport status Alpha1.0September 23, 20081Discontinued Beta1.1February 9,… Read More
When to use Jave Thread and Android's Asynchronous task in android developement For long-running or CPU-intensive tasks, there are basically two ways to do this: Java threads, and Android's native AsyncTask. Use AsyncTask for: … Read More
About XMPP Chat server XMPP is Extended Messaging and Presence Protocol. As the name suggests it is used for (instant) messaging. It gives the presence of the other … Read More
Android APK size/Reduce Android APK Size/APK size is huge/How to reduce apk size in android studio How to reduce apk size in android studio Configure Your Build for APK Splits To enable APK splits, add a splits {} block to your module-… Read More
0 comments:
Post a Comment