Tag Archives: Java

Java – Creating and Switching to a new Activity in Android

Below is a small tutorial showing you how to create a new Android Activity and Switch to it whenever needed as well as passing information between them, basically, this will allow you to switch to a new interface such as … Continue reading

Posted in Android | Tagged , , , | 1 Comment

Java – SQLite Database Helper Class for Android

One of the most used features on the Android platform is being able to save and fetch your data from some sort of database, Android comes packaged with libraries to manage SQLite Databases. I have written a helper class to … Continue reading

Posted in Android | Tagged , , , | Leave a comment

Java – Using Android’s System Notifications

After playing around with Android (and I’ve spent only around 2 hours so far) I found out that it’s quite easy to access the System Notifications and send messages from your own Activity along with the custom titles, content and … Continue reading

Posted in Android | Tagged , , | Leave a comment