Android Core
-
SQL Lite Performance on Android
For those who are unaware, Android has some build-in classes to support the use of SQL Lite databases. It provides…
Read More » -
Android – Load WebView with ProgressBar
Problem: How to load WebView with ProgressBar? Description: Previously, i have published an article for Android – WebViewClient example where…
Read More » -
Android – Read file from Assets
Description: First of all, let me give you a link: AssetManager, through this class we can easily access any files…
Read More » -
Learning Android: Freezing the UI with a BroadcastReceiver
As I mentioned in a previous post I recently wrote some code in my Android app to inform a BroadcastReceiver…
Read More » -
Learning Android: Getting a service to communicate with an activity
In the app I’m working on I created a service which runs in the background away from the main UI…
Read More » -
Android Drag and Drop Tutorial
This post is going to cover implementing Drag and Drop in an Android application. (I am currently using version 4.0…
Read More » -
Android Tutorial: Gestures in your app
Gestures in mobile apps are pretty common place these days. Almost anyone with smart phone experience knows that pinching will…
Read More » -
Android: Gallery View without Pictures
Android’s Gallery View is one of the first widgets Android created. It’s so old now that some people even find…
Read More » -
Android Interview Questions and Answers
Last updated Jan. 4, 2019 Our Android interview questions and answers collection is all about different types of questions that…
Read More »