Saturday, April 30, 2016

Tutorial: Android ListView With Custom Adapter

There are so many apps utilizing ListView in Android. Your feed in a social network, your tasks in a to-do app, even your mail in your favorite email app stored in a ListView. Basically, ListView is a container for a collection of items that can be represented as an array. You should be able to...

Sunday, April 17, 2016

What if there is a similar app that is more successful than yours?

It's so much easier to publish your app in Google Play than in Appstore, that's why there are so many similar apps in Google Play. It creates conditions for healthy competition among developers. To perform well in this competition you should always keep your app better than the others. But what...

Sunday, April 10, 2016

Sunday, April 3, 2016

How To Combine Learning And Developing part 2

Read 1'st part of this post where I talk about Learning While Developing. Hi! Today I'll tell you about the second (and I think the right one) way of combining learning and development. This way I call Developing While Learning. Oh wait, sounds like it is the same thing as Learning...