Search results

  1. B

    Post Android Stutio Tutorial Project error

    Hi SighKo, You don't have to worry about that.Latest Android Studio came this new feature.You can delete that ,if you wanted. I think ,androidexample.com is beginner friendly. You can also visit themakeinfo.com for Intermediate tutorials Also ,check my Github Projects ...
  2. B

    Post [APP][4.0+] Rebooter Widget

    Thank You himanshu98, 7006551.. My intention is to create Power Options with better design
  3. B

    Thread [APP][4.0+] Rebooter Widget

    MOD Edit: Thread MUST be about FREE app. No Paid apps in this section! Paid app removed **This app requires ROOT permission Features: ☆ Power Off (Shutdown your device) ☆ Reboot (Restart your device hardware) ☆ Soft Reboot (Fast boot & Restart your device software) ☆ Restart SystemUI (Restart...
  4. B

    Thread [APP][4.0+]Month View Widget

    This is a light weight android calendar widget app with No Ad and Free of Cost https://play.google.com/store/apps/details?id=com.makeinfo.monthcalendarwidget ✓ No permission needed. ✓ No ads and free of cost. ✓ Ultra Slim. ✓ Re-sizable. – Just Import widget into Homescreen Thank you for your...
  5. B

    Post Volley Help ....

    I think you can start from here. You can follow the tutorial,you will get jar file for adding.
  6. B

    Post [Library] BobEngine - Easy to use 2D game engine for Android

    Thanks..I tried AndEngine and it failed to import on my Android Studio.
  7. B

    Post [Q] Need help creating scoring app

    hi nadaall, If you want to create highscore for your quiz app,learn SharedPrefernces in Android.It will store value and also modify when highscore attain.If you want to show questions in one page,then you can copy random questions into ArrayList and then show it in the page. I also...
  8. B

    Thread [APP][3.0+]Root Info v1.0.2 - Root Checker

    This is completely Ad-free and No In-app purchase product Root Info will check whether your device has Successful ROOT Access or not. Some rooting method will only give partial root access and they will got in to more trouble when flashing new ROM. So, we developed this app for everyone who...
  9. B

    Post App Marketing And Promotion Strategies

    It says your page is under construction. Sent from my GT-I9300 using XDA Free mobile app
  10. B

    Post Simple first app - image from url

    Use library for loading image from remote. hi :), You can use Universal Image Loader for loading image from remote. This is really simple . For example , imageLoader.displayImage(imageUri, imageView); There are also other methods and libraries available.But i think this will really...
  11. B

    Post I want to develop an android game

    I recommend unity for game development because we can use same content to build on iOS,iPad...ie it promotes cross-platform integration.. You can get tons of resources for unity..check their official site,YouTube.. Sent from my GT-I9300 using XDA Free mobile app
  12. B

    Post How can I use my own outgoing call UI instead of the system?

    Yes..it is possible.. Sent from my GT-I9300 using XDA Free mobile app
  13. B

    Post Google Material Design Library

    You can get the io source code from their website.They also had a video covering on YouTube.:) Sent from my GT-I9300 using XDA Free mobile app