[android-developers] Re: recover key store password from Android Studio saved preferences? Or, change gradle build to build APK as release?

2014-01-30 Thread xrd
mes through the file. Chris On Wednesday, 29 January 2014 12:16:44 UTC-8, xrd wrote: > > Android Studio recently updated itself and now builds my APK with > debugging symbols, and Google Play rejects the APK when I upload it. > > I also recently moved, so the paperwork with my sa

[android-developers] recover key store password from Android Studio saved preferences? Or, change gradle build to build APK as release?

2014-01-29 Thread xrd
Android Studio recently updated itself and now builds my APK with debugging symbols, and Google Play rejects the APK when I upload it. I also recently moved, so the paperwork with my saved key store password is buried somewhere. Is there a way to retrieve the saved keystore password and key pa

[android-developers] refactoring activities into drawerlayout?

2013-12-05 Thread xrd
I posted this question to StackOverflow in the hopes of finding a pattern I could use to reuse my activities inside a drawerlayout: http://stackoverflow.com/questions/20393343/how-do-i-refactor-activities-into-a-drawerlayout I've gotten no responses, so I'm wondering if anyone has a recommendati

[android-developers] Re: I want to make an application can do automated testing.

2013-12-05 Thread xrd
I wrote a blog post about automated testing and recording the screen. There is a little script I run (run-and-record.sh) which starts the test runnner (calabash) and then starts recording the screen on the device. Maybe this will help? http://blog.teddyhyde.com/2013/11/04/a-better-way-to-test-a

[android-developers] refresh fragment on swipe?

2013-03-29 Thread xrd
I'm trying to get a fragment working such that when the fragment is brought into view it refreshes the content in the view. I thought that I could implement OnPageChangeListener and override onPageSelected but my breakpoint is never hit. Is there a better way? Or, perhaps this means I am doing

[android-developers] Retrieving current URL from chrome (or browser). Use ContentProvider? Or, other method?

2013-01-16 Thread xrd
I'm trying to get access to the current URL on the chrome browser. I want my service to perform a task when it recognizes the user is on a specific web page. I've been able to retrieve the name of current application ("Chrome") using a combination of the android.permission.GET_TASKS permission

[android-developers] how to switch from Activity to ListActivity

2010-07-26 Thread xrd
Hi there, This post probably shows my ignorance of Android coding, but here goes. I have a sample app I am developing which starts by extending Activity. I have a main.xml layout which works great. On a button click from the main layout I'd like to load a ListView. I think I understand how to