[android-developers] Adding a required file, external to the app, to the Google Store ???

2013-10-13 Thread farmerbb
I hired a programmer to write an app for me, a search engine, which is free. For the app to be any use at all, you must also install one or more databases (also free) either from a separate web site (link provided) or you download a PC application (also free, and from that same web site) and

[android-developers] Copy bitmap from an ImageView to clipboard

2013-10-13 Thread drstikko
Hi, in my App I like to copy a bitmap from an ImageView to the clipboard so that I can paste it in the mail app. The internal Android browser is capable of doing this with : long click copy I tried solutions with techniques mentioned here :

[android-developers] Getting the top fragment in the backstack

2013-10-13 Thread Brad O'Hearne
Hello all, I am trying to manage the pushing and popping of fragments on a fragment manager's backstack. I have discovered that while I can easily get the backstack's top BackStackEntry (suggestion: a top() method would be nice), I cannot very easily get the fragment associated with it. I

Re: [android-developers] Modifying newValue in EditTextPreference listener

2013-10-13 Thread TreKing
On Sat, Oct 12, 2013 at 7:02 AM, dashman erjdri...@gmail.com wrote: I'd like to change newValue before being saved - e.g. trim and convert to uppercase. Any help? Do this wherever you're saving the preference?

Re: [android-developers] Post text and image on twitter

2013-10-13 Thread TreKing
On Sat, Oct 12, 2013 at 3:57 PM, Amit Mangal forum.amit.man...@gmail.comwrote: How to post text and image on twitter? Any body knows any working link? Here's a great working link: http://www.google.com

Re: [android-developers] Adding a required file, external to the app, to the Google Store ???

2013-10-13 Thread TreKing
On Sun, Oct 13, 2013 at 3:39 AM, farmerbb burgess_fam...@amtelecom.netwrote: Is there any way I could include a sample database on the App Store web site, attached to my app page somehow, such that any downloaders get at least ONE database making the app useful right away ? Why not just

[android-developers] Selecting an radio button item in a multi page list

2013-10-13 Thread galapogos
Hi, I have a list that is multiple pages long, and I'm trying to get the list index of the item that is selected using radio buttons. In onClickRadioButton() which I'm passing in my current View, I'm setting the myview as view.getParent() and the list index as ((ViewGroup)

[android-developers] Selecting an radio button item in a multi page list

2013-10-13 Thread galapogos
Hi, I have a list that is multiple pages long, and I'm trying to get the list index of the item that is selected using radio buttons. In onClickRadioButton() which I'm passing in my current View, I'm setting the myview as view.getParent() and the list index as ((ViewGroup)