Re: [android-developers] How to specify an IntentFilter that only activates when the Intent comes from within my own app?

2013-01-12 Thread William Ferguson
Thanks Joman, exactly what I was after. @Kristopher the use case is simple: I want to offer clients the ability to share using the standard Android mechanism and I want to provide a sharing end point myself. But for commercial reasons my end point is only appropriate if the Intent comes from wi

Re: [android-developers] How to specify an IntentFilter that only activates when the Intent comes from within my own app?

2013-01-12 Thread Joman Chu
Does android:exported=false do what you want? See http://developer.android.com/guide/topics/manifest/activity-element.html#exported On Sun, Jan 13, 2013 at 12:38 AM, William Ferguson < william.fergu...@xandar.com.au> wrote: > I have an Activity that responds to the ACTION_SEND Intent. Is there a

Re: [android-developers] How to specify an IntentFilter that only activates when the Intent comes from within my own app?

2013-01-12 Thread Kristopher Micinski
That seems sort of silly, if I'm understanding you correctly: you usually don't launch a chooser based intent just to talk to your own app again, unless it's to possibly choose another app. You might look at a signature based idea (meaning other people can't respond to it, for security), but other

[android-developers] How to specify an IntentFilter that only activates when the Intent comes from within my own app?

2013-01-12 Thread William Ferguson
I have an Activity that responds to the ACTION_SEND Intent. Is there any way for me to be able to specify the IntentFilter such that the Activity is only displayed by the IntentChooser when it has been called from within my app? Ie I want the SendIntentResponderActivity displayed as a viable re

Re: [android-developers] Re: Total User Installs decreasing

2013-01-12 Thread John Coryat
>> "Total" is basically a download count and should never go down. Ha! Good one. -John Coryat -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from th

Re: [android-developers] Tutorial on creating a view at runtime?

2013-01-12 Thread TreKing
On Sat, Jan 12, 2013 at 4:46 PM, AJ wrote: > cool. thanks imma give it a go. i'm new to android programming that's > why i'm scared. Nothing to be scared of, Android doesn't bite =) I'd suggest you start with the information on the Developer site, which has tons of working samples you can u

Re: [android-developers] Re: Total User Installs decreasing

2013-01-12 Thread TreKing
On Sat, Jan 12, 2013 at 4:00 PM, RichardC wrote: > It can happen when end-users upgrade (or reset) their phone and don't > re-install all their old apps. Isn't that "active" user installs? *Active User Installs*: Number of unique users who have the app *currently installed* on at least one acti

Re: [android-developers] Tutorial on creating a view at runtime?

2013-01-12 Thread AJ
cool. thanks imma give it a go. i'm new to android programming that's why i'm scared. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this gro

Re: [android-developers] Re: Developer fee payment canceled after 2.5 years

2013-01-12 Thread MarcoAndroid
Ahh you might be on to something here! Because I also did sent a report using the same link as your first link. And indeed I got this message on the page too saying you need to check your email. I closed it and checked my email but nothing. Thought: well maybe it said "you'll get an answer v

[android-developers] Re: Total User Installs decreasing

2013-01-12 Thread RichardC
It can happen when end-users upgrade (or reset) their phone and don't re-install all their old apps. On Saturday, January 12, 2013 9:51:24 PM UTC, jtoolsdev wrote: > > Kinda bad for a company famous for its Internet services. I'm seeing it > too. > > On Saturday, January 12, 2013 12:59:55 PM UT

[android-developers] Re: Total User Installs decreasing

2013-01-12 Thread jtoolsdev
Kinda bad for a company famous for its Internet services. I'm seeing it too. On Saturday, January 12, 2013 12:59:55 PM UTC-8, Iain King wrote: > > My total user installs on an app has gone down by 2 over the last couple > of weeks. I have no cancelled orders or anything like that; anyone know

Re: [android-developers] Total User Installs decreasing

2013-01-12 Thread TreKing
On Sat, Jan 12, 2013 at 2:59 PM, Iain King wrote: > My total user installs on an app has gone down by 2 over the last couple > of weeks. That's it? I've lost about 400. Don't stress about it too much - Google Play stats are notoriously unreliable. It's either a bug or change in the way they rep

[android-developers] Total User Installs decreasing

2013-01-12 Thread Iain King
My total user installs on an app has gone down by 2 over the last couple of weeks. I have no cancelled orders or anything like that; anyone know how this is possible? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

Re: [android-developers] Negative Clicks in Admob !!! -$435k a day??

2013-01-12 Thread TreKing
On Sat, Jan 12, 2013 at 2:00 PM, Amel Jose wrote: > there is no mail id This is Google. There is no email to send a message to for support. You fill out a form and if you win the lottery, you might get a response. Good luck. --

Re: [android-developers] Negative Clicks in Admob !!! -$435k a day??

2013-01-12 Thread John Coryat
It's so obvious of a bug that I wouldn't even think about it. On the other hand, if you find your bank account shy by a quarter million, then perhaps some concern would be in order. -John Coryat -- You received this message because you are subscribed to the Google Groups "Android Developers" g

Re: [android-developers] Negative Clicks in Admob !!! -$435k a day??

2013-01-12 Thread Amel Jose
your interactive dynamic super cool link lead me to http://support.google.com/admob/?hl=en ...which i have already tried...there is no mail id..thanks anyway...:) On Sunday, January 13, 2013 1:09:03 AM UTC+5:30, TreKing wrote: > > On Sat, Jan 12, 2013 at 1:35 PM, Amel Jose > > > wrote: > >> i

Re: [android-developers] Negative Clicks in Admob !!! -$435k a day??

2013-01-12 Thread TreKing
On Sat, Jan 12, 2013 at 1:35 PM, Amel Jose wrote: > i cant find any way to contact admob help centre...is there a mail address > for the to which i can contact? http://lmgtfy.com/?q=contact+admod+help --

Re: [android-developers] Tutorial on creating a view at runtime?

2013-01-12 Thread TreKing
On Sat, Jan 12, 2013 at 1:22 PM, AJ wrote: > Thanks, but that link you posted doesn't have an example or a tutorial. Did you even read the page? The title is "Android UI Java Programming * Tutorial*" and it clearly has an example... > It did discuss the approach in words, but it's missing the

[android-developers] Negative Clicks in Admob !!! -$435k a day??

2013-01-12 Thread Amel Jose
if you look at fields across Europe you can see pretty messed up values(-$435,289)..this is my apps stats for the day..But there is no unnecessary change in my overall revenue.. So should

[android-developers] Re: Animations in the list view

2013-01-12 Thread Nobu Games
The quick and incorrect approach would be starting these growing animations from your ListAdapter's getView method. Right before you return the convertView you'd start the animation object on that view. However, there is a problem with that animation approach because ListViews lays out its chil

Re: [android-developers] Tutorial on creating a view at runtime?

2013-01-12 Thread AJ
Thanks, but that link you posted doesn't have an example or a tutorial. It did discuss the approach in words, but it's missing the working code. I'm actually looking for a working example. -- You received this message because you are subscribed to the Google Groups "Android Developers" group

Re: [android-developers] Tutorial on creating a view at runtime?

2013-01-12 Thread TreKing
On Sat, Jan 12, 2013 at 12:46 PM, AJ wrote: > Yeah, I already tried that. But couldn't find anything directly related > to what I need. Don't think you tried hard enough ;-) http://www.brighthub.com/mobile/google-android/articles/48845.aspx ---

[android-developers] Re: Getting java.lang.ExceptionInInitializerError and java.lang.UnsatisfiedLinkError

2013-01-12 Thread Nobu Games
The method swig_module_init cannot be found in your native library or libraries either because: - The native library does not exist for the target processor architecture - The native library is not correctly loaded - The method does not exist in the native library (check for correct spelling of

Re: [android-developers] Tutorial on creating a view at runtime?

2013-01-12 Thread AJ
@TreKing, Yeah, I already tried that. But couldn't find anything directly related to what I need. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe fr

[android-developers] Animations in the list view

2013-01-12 Thread Ansh
Hi guys I am new to animation in android.I am trying to translate childitem/ of a listview.First child view should translate from middle to top of the list and the list should also slide down during the translate animation and make the space of the view being translated.Please help me guys as

Re: [android-developers] Tutorial on creating a view at runtime?

2013-01-12 Thread TreKing
On Sat, Jan 12, 2013 at 1:28 AM, AJ wrote: > Do you guys know of a simple tutorial for creating a view at runtime? Did you try this first? http://lmgtfy.com/?q=android+create+view+at+runtime You can even through in "tutorial" for good measure. -

[android-developers] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2013-01-12 Thread Pavel Drapak
Hello, If I unlock bootloader on my Xperia T, I understand some of the features of Sony mobiles will no longer work (Bravia engine?). Is it possible to relock it and regain original features? Thanks for info Pavel On Thursday, 14 April 2011 09:11:13 UTC+2, Carl wrote: > > Hi, > > It is now po

Re: [android-developers] Re: Developer fee payment canceled after 2.5 years

2013-01-12 Thread David Erosa García
On Sat, Jan 12, 2013 at 12:24 PM, MarcoAndroid wrote: > Hey that's fast, so you got an answer before I did, while I sent it > wednesday, that's before you did right? Hmmm > > Which support page did you use to send the ticket? I'm not sure which one, because I sent 3 requests. First and second

[android-developers] Re: How can i implement Datepicker with Alert

2013-01-12 Thread skink
sree android wrote: > Hi, > i need to display Datepicker with Three buttons(Set,Alert,Cancel).How can i > implement these. > > i Traied these way , > i took Alert Dialogue object and set three buttons to alert dialogue > object(positive,negative,neutral).Here how can i take datepicker in alert >

Re: [android-developers] Re: Developer fee payment canceled after 2.5 years

2013-01-12 Thread MarcoAndroid
Hey that's fast, so you got an answer before I did, while I sent it wednesday, that's before you did right? Hmmm Which support page did you use to send the ticket? And yes I'm also worried if I just pay that maybe my apps will be gone Though it sounds from your experience that it is go

[android-developers] How can i implement Datepicker with Alert

2013-01-12 Thread sree android
Hi, i need to display Datepicker with Three buttons(Set,Alert,Cancel).How can i implement these. i Traied these way , i took Alert Dialogue object and set three buttons to alert dialogue object(positive,negative,neutral).Here how can i take datepicker in alert dialogue. help me with any idea or s

[android-developers] Re: Developer fee payment canceled after 2.5 years

2013-01-12 Thread Krystian Lewandowski
Hi, same here, registered in February 2009. Cancelled last week because of "long inactivity time". I have a few small apps there so i wasn't inactive. I was asked to pay again. I'm confused now. Krystian Lewandowski W dniu piątek, 11 stycznia 2013 15:20:51 UTC+1 użytkownik David Erosa García n

[android-developers] Getting java.lang.ExceptionInInitializerError and java.lang.UnsatisfiedLinkError

2013-01-12 Thread Juned Khan
I have project source as well as apk file. if i am directly installing APK on emulator then its working fine but while running the application from eclipse i am getting following errors. 01-12 07:45:42.918: E/AndroidRuntime(889): FATAL EXCEPTION: main 01-12 07:45:42.918: E/AndroidRuntime