[android-developers] Android Studio upload image to parse API

2017-09-22 Thread MAT
yImage.put("photo", bitmapFile); userDisplayImage.saveInBackground(); Waiting your response. MAT -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving

[android-developers] Ratings missing from application

2012-04-16 Thread Mat Jones
I just noticed I have lost some rating in the past few hours! God knows how long this has been going on for as I only noticed now >From searching online is seems this is been a issue for sometime and there is nothing in the Google known issues list Anyone else had this issue? I have filled in t

[android-developers] Re: app sales dropped dramatically in the past few days

2012-03-29 Thread Mat Jones
How long as your billing been active for? Have you had any users email you about payment issues? Regards On Mar 29, 11:05 am, Anirudh Loya wrote: > Same thing happened to my app ! > > > > > > > > > > On Thu, Mar 29, 2012 at 2:10 PM, Mat Jones wrote: > >

[android-developers] Re: app sales dropped dramatically in the past few days

2012-03-29 Thread Mat Jones
How long has you billing been in place? Whats the percentage drop? Have any users reported errors during checkout? Mine is for 2 months and the past few days are the worst -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] app sales dropped dramatically in the past few days

2012-03-29 Thread Mat Jones
Has anyone seen a fallen in their app sales through on app billing in the past few days? The past two days in app billing sales are down 90% We have around 800 New users a day and the same amount viewing the extra features page, so don't understand the issue Regards -- You received this message

[android-developers] Is net installs statistic working correctly?

2012-02-08 Thread Mat Jones
Hi, Has anyone been experiencing issues with the net installs statistic for their application? For the past few days mine has been very low Up to the 1st February I was getting around 1000 download per day and total installs is working correctly all the time and net installs where going up aroun

[android-developers] Re: Overhead of creating many activities

2011-11-03 Thread Mat Jones
Hi thank you all for your replies I will look into Fragments I expect the users to switch activities every 5+ seconds, so I would prefer to keep things as is Regards -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] Overhead of creating many activities

2011-11-03 Thread Mat Jones
Hello, I am working on a security app which involves users storing passcodes, docs etc My app has around 10 activities representing screens (every screen is a activity) I have set android:noHistory="true" on all the activity's as I want to manage what happens when they press the back key and

[android-developers] Andriod App Stores

2011-08-30 Thread Mat
one of the apps across a number of portals. Take a read at http://www.drmop.com/?p=32, actual download figures are included as well as an update to the figures today Hope this little blog post saves some of you the time we have wasted :) Mat -- You received this message because you are

[android-developers] Re: Maintaining a free and paid version & maybe other version

2011-02-04 Thread mat
Surprised this wasn't mentioned before but a library project would be a good way of doing this. So pro and free versions implement the library project, and you could have the pro version extend classes in your library, or even have the free version extend and override methods to ask to update/chang

[android-developers] Re: Three ListViews side by side

2010-11-14 Thread Mat
t easy to manage other components around the list. In fact, I struggle with Android layouts. I don't understand how it can be so difficult to do a so simple design. The fact is whatever parameter I use, it never displays as I like it to be. Perhaps my mistake is I tend to use too deep layout as

[android-developers] Three ListViews side by side

2010-11-03 Thread Mat
Hi, I'm looking for a way to put three ListViews side by side. Documentation specify that ListView "displays a scrolling single column list". As I'm a bit stubborn, I've done some tests but I only manage to display one ListView which fill all the screen even if I use "wrap_content" or if I put eac

[android-developers] Re: Settings for wallpapers

2010-09-29 Thread mat
Congratulations on the success of your live wallpaper, I have one too :) Well firstly having the settings menu appear on a double tap is probably something users would not like as it may be something that regularly occurs by accident. I assume you already have a settings activity that you use and

[android-developers] App not visible in market for some users

2010-09-01 Thread mat
I have an live wallpaper app in the market and I get about one email a day from people saying they cannot find it in the market even if they use the QR code. Copy protection is off and build target is 2.2, supports screen and minSdkVersion included in manifest in order to get full compatibility. A

[android-developers] Need some help understanding RelativeLayout

2010-05-22 Thread mat
Hi, I'm attempting to add four controls to a layout; I want the seek widget to occupy all the available screen space between the edittext control and the radio control. However if I give it the value android:layout_width="wrap_content" only a small seek control is displayed. and if I set

[android-developers] Re: ProgressDialog is not showing...

2009-03-25 Thread mat
Anybody knows how to solve the problem ?? Maybe need more info ? Thx On Mar 24, 5:32 pm, mat wrote: > Hi, > I know that this is common problem, but still I cannot find the > answer... > > I have two classes: > InternetConnection extends Activity > ConnectionC

[android-developers] ProgressDialog is not showing...

2009-03-24 Thread mat
Hi, I know that this is common problem, but still I cannot find the answer... I have two classes: InternetConnection extends Activity ConnectionChangeReceiver extends BroadcastReceiver >From ConnectionChangeReceiver I'm calling InternetConnection method which is refreshing UI when Internet conne

[android-developers] Re: Automatic upgrade

2009-02-04 Thread mat
Many Thanks! On Feb 3, 6:13 pm, Al Sutton wrote: > http://www.tomgibara.com/android/veecheck/ > > Al. > > mat wrote: > > Anybody knows how to resolve this issue ?? > > >> Hi All, > >> Can you provide some example code forautomaticupgradeof > >&g

[android-developers] Re: Automatic upgrade

2009-02-03 Thread mat
Anybody knows how to resolve this issue ?? > Hi All, > Can you provide some example code forautomaticupgradeof > application? I have URL where the new version is hosted, so after the > user start the application I'd like to download new version from given > URL, reinstall and run the new version

[android-developers] Template for Activity

2009-02-03 Thread mat
Hi All, Is it possible to add the same element e.g ImageView, TextView to all activity layouts ? Can I do it by specifying some kind of template, theme maybe in order to omit adding the same component to every layout. Thanks, --~--~-~--~~~---~--~~ You received this

[android-developers] Automatic upgrade

2009-02-02 Thread mat
Hi All, Can you provide some example code for automatic upgrade of application? I have URL where the new version is hosted, so after the user start the application I'd like to download new version from given URL, reinstall and run the new version. Regards --~--~-~--~~~