Recent content by BetterAndBetter

  1. B

    PlentyOne Blog News [Free App]

    https://forums.androidcentral.com/e?link=https%3A%2F%2Fwww.anrdoezrs.net%2Flinks%2F100048248%2Ftype%2Fdlg%2Fsid%2FUUacUvbUpU3818587%2Fhttps%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.plentyone.android&token=ZB6G-BsD This new app is an interface to the comprehensive blog database...
  2. B

    Deleting picture data

    Only controller knows which memory cells it using. And data will not be erazed (you only see it as empty, but cells has information) until it will be overwritten. Safe erase than will be to delete all pictures and to overwrite some redundand info to your phone.
  3. B

    Hello All!

    Hi guys, also just joined!
  4. B

    Coming back to Android

    Log in to google and sync everything
  5. B

    I live in WV, my phone thinks it's in Texas?!

    Probably google has changed algorithms of calculating location from ip adress.
  6. B

    Settings/Applications/Application manager/Running, question??

    Some processes such as background processes and services without user interface run on background and use system resources actively. Other processes such as program with user interface when not visible just use memory (to the point when system decides to kill this process). You shouldn't worry...
  7. B

    WiFi issue HELPP!! PLEASE!

    Putting IP address in manually from other connected devices is bad idea cause ip has to be unique. What message about connection? Is password correct? Does connection occur but data not transfering? Have you tried other wifi networks?
  8. B

    android devices

    If the other wifi is ok, than the problem is with your wifi network. Did you try other devices with your wifi? Maybe some firewall or parental control blocks connections? Another solution can be calling to your network provider.
  9. B

    Swipe image while other images are visible to each other .

    You can organize logos using ViewPager just like top images. It is possible to set ViewPager such way that siblings are visible. Every page will be some layout with background set to png file (from drawable folder). You have to add attr "clickable=true" to layout and set onclick listener. And...
  10. B

    Beginner tips on porting to Android?

    1. You can send apk file to the tester directly or share your file any different way. Also Google Play developer console has an option for beta testing where you choose people for beta testing and upload beta release for such purpose. 2.You can filter device screens in application code. Other...