Using Database for Object (db4o) in android part-2
Read Time 2 minutes In 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 minutes In 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 minutes Mapping 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 minute Logging 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 minutes There 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 minutes AlarmManager 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 minute In 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 minutes I 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 minutes MyContentProvider 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 minutes Https 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,