Recent content by msftguy

  1. M

    [Free][APP] Check your mobile Addiction "Screen Stats"

    thanks for taking time :)
  2. M

    [Free][APP] Check your mobile Addiction "Screen Stats"

    Do you wonder how much time you spend on phone ? How many times in a day you turn on or unlock your phone ? Then download Screen Stats free with no Ads from https://play.google.com/store/apps/details?id=com.wpappdeveloper.screenstats&hl=en Thanks
  3. M

    Beginning Android App Programmin

    Hi Bern glad you are thinking about it. Download Android studio 1.0 which is a recent stable release also install java 7 and start messing up with android studio. there are tons of videos and help available on youtube and stack overflow. also keep checking android manual for APIs. Xamarin is...
  4. M

    [Free][APP] Check your mobile Addiction "Screen Stats - Free"

    agree it was scary for me as well ... my friend noticed my mobile phone usage and asked me how much time I spent on phone .. that encouraged me to write this app
  5. M

    [Free][APP] Check your mobile Addiction "Screen Stats - Free"

    App will record your Phone On, Phone Unlock and Screen ON duration for today, yesterday and life time. Now you can see how much time you spend with your phone, helps you keep track of your phone addiction Thanks and appreciate your time...
  6. M

    Learning Java app

    start watching videos on youtube.
  7. M

    Any fix for kk

    thanks I was looking for something similar as well
  8. M

    Nexus 6/9 AVD in Android Studio?

    android studio 1.0 is out yesterday ... see if you can find now
  9. M

    Android programming

    since you already know C++, java should be a easy language to learn. Download android studio and start with basic hello world. you will get hang of it
  10. M

    Mp3 player App Inventor

    its possible ... if you know Java if/else you can do it
  11. M

    Advice on creating apps

    it doesnt matter if app is already created ... there were thousands of messenger app before whatsapp ... but simplicity made it popular. if you think you can make some app better go ahead re-write it
  12. M

    Want to make an app

    great that you are showing interest.... I would recommend take some programming class start with C and Java ... do small programs so that you will have good understanding of programming then start with installing sdk and write your app. if you know HTML that can help you to write app. try...