Using Database for Object (db4o) in android part-2
Read Time 2 minutesIn previous post we discussed db4o benefits over relational databases and saw how we can setup and use db4o in android applications. Today we will
Read Time 2 minutesIn previous post we discussed db4o benefits over relational databases and saw how we can setup and use db4o in android applications. Today we will
Read Time 4 minutesMapping object paradigm to relational paradigm is very hectic job for programmer and intensive for processor. As mobile development move to object oriented paradigm, we
Read Time < 1 minuteLogging is an important technique of debugging during application development. Android provide Log class for logging different log-level messages. However in order to easily filter
Read Time 2 minutesThere are cases when we need to share same data to all application components and we want anyone to be able to update that data.
Read Time 2 minutesAlarmManager comes into play when we need to schedule different task in some future time/date or we need to execute some task repeatedly. AlarmManager is
Read Time < 1 minuteIn the previous tutorial, we discussed how to implement/register broadcast receiver inside an activity. Broadcast receiver is a standalone application component which means it will
Read Time 2 minutesI got confused while learning about the broadcast receiver after browsing around the web. Some people register it inside activities while other register it in
Read Time 6 minutesMyContentProvider Much have been written about contentproviders and there are various tutorials and examples available. I walk through many of those tutorials during my learning
Read Time 2 minutesHttps is way of securing http(web) traffic. There are many versions of establishing encrypted http connection but we will discuss here only the simplest one,