https hijacking! How to protect yourself?
Read Time 2 minutesSorry for being late, I was out of the town for few days. Lets start from where we left. As we discussed in previous post,
Read Time 2 minutesSorry for being late, I was out of the town for few days. Lets start from where we left. As we discussed in previous post,
Read Time 2 minutesMyth: If I am using https:// enabled site, all my communication is secure and no one can intercept and understand in-between. This is a very
Read Time 2 minutesUsing Broadcast receivers is good practice if you want to send and receive data between different applications. However its not good at all if you
Read Time < 1 minuteThis article is for you if you are worried about the line numbers while copying source code from blogs 🙂 Its really straight forward to
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,
Read Time 2 minutesIt is advisable to use thread/asynTask or Service to handle long running task such as file I/O, internet access etc. IntentService is simple, easy to
Read Time 2 minutesPRE:You must be familiar with simple list view/spinner and simpleAdapter. By default listView only accepts a simple adapter with array of strings. However listView control be
Read Time < 1 minuteMuch have been written and discussed about Intent filters and their types (explicit and implicit). I am just going to discuss their usage in basic/simple
Read Time < 1 minutePassing primitive datatypes between activities is straight froward, you can use intent.putExtra() and put anything like boolean,strings and integers etc. However you can’t pass custom