[android-developers] Re: Example CI setup with Jenkins and Git?

2015-09-09 Thread Russell Wheeler
Waiting excitedly for someone to answer this! On Tuesday, September 8, 2015 at 9:18:42 PM UTC+1, Casper Bang wrote: > > I'm looking for a best-practice CI approach for Android apps using > de-facto standard Jenkins, Git and of course Gradle. From what I've seen in > this regard so far (and my

[android-developers] Running late

2014-09-02 Thread Russell Wheeler
Eta 10:45 -- 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 group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-30 Thread Russell Wheeler
Yeah I've gone down the route of creating two apps in play store. A free one for testers with a diff package name and the paid one that I will eventually launch with. The refund thing 'sounded' good, but not sure if it's official, and don't want to risk it and not be able to refund people. On

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-28 Thread Russell Wheeler
%A9+Gonz%C3%A1lez+D%27Amico El domingo, 27 de julio de 2014 09:59:26 UTC-3, Russell Wheeler escribió: Yes I think I'm going to have to publish two diff apks with diff package names, unfortunately. It's very limited. Thanks On Sunday, July 27, 2014 1:13:55 PM UTC+1, Bhavin wrote: may

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-28 Thread Russell Wheeler
the charge did! On Jul 28, 2014 8:54 AM, Russell Wheeler russellpeterwhee...@gmail.com wrote: José, That's exactly what I planned on doing, although I'd rather not have to. Thanks for confirming. Russ On Mon, Jul 28, 2014 at 12:57 PM, Jose_GD jose.gonzale...@gmail.com wrote: Yes, I

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-28 Thread Russell Wheeler
to the play store both during and after the test period. On Jul 28, 2014 1:39 PM, Russell Wheeler russellpe...@gmail.com javascript: wrote: With the refund, did you lose out? Did you do a refund through the play store, or did you personally refund them? I'm thinking if you did it personally

[android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-27 Thread Russell Wheeler
I am just starting out in the android developer world, and have made a very basic game that I would like to have tested by friends and colleagues. I thought of using the alpha and beta testing/apk sections of the google developer console. However, I would like my app to eventually be a paid

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-27 Thread Russell Wheeler
Yes I think I'm going to have to publish two diff apks with diff package names, unfortunately. It's very limited. Thanks On Sunday, July 27, 2014 1:13:55 PM UTC+1, Bhavin wrote: may be no. other way is to you put same apk with different package name. On Jul 27, 2014 4:05 PM, Russell

[android-developers] Uploading an app to play store with a different key

2014-01-17 Thread Russell Wheeler
Hi, The company I work for has outsourced the building of a specific app to a 3rd party. We have our own apps but just don't have the time/manpower to make this one on schedule. So firstly, they asked for our play store account details in order to launch/test the app for us. I refused. So

Re: [android-developers] Uploading an app to play store with a different key

2014-01-17 Thread Russell Wheeler
at 12:45 AM, Russell Wheeler russellpe...@gmail.com javascript: wrote: Am I right in not giving out these security details, or being a little paranoid as only having one will always prevent malicious use as you'd need the other. Yes. Or can they 1) create an app

Re: [android-developers] Uploading an app to play store with a different key

2014-01-17 Thread Russell Wheeler
Treking Yes, after reading Nikolay's message i researched this and found exporting an unsigned apk and the jarsign stiff to sign it myself. We've asked them for an unsigned apk. Thanks all, have a good weekend!! -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Uploading an app to play store with a different key

2014-01-17 Thread Russell Wheeler
get the source and build it yourself if at all possible so that you can't get held hostage in the event that updates are required! On Jan 17, 2014 2:53 PM, Russell Wheeler russellpeterwhee...@gmail.com wrote: Treking Yes, after reading Nikolay's message i researched this and found exporting

[android-developers] Gridview items not aligning to top, but align in order of scroll...

2013-12-04 Thread Russell Wheeler
I have a gridview with items of a custom view. The custom view is a relative layout with an image at the top and 3 textviews underneath. One or two of the textviews can possibly wrap onto 2-3 lines depending on the values. When I scroll down through my grid this works as I'd like, with the

[android-developers] My BroadcastReceiver receiver not getting called after phone boots, any ideas?

2013-03-08 Thread Russell Wheeler
I think you're missing the permission in your manifest. uses-permission android:name=android.permission.RECEIVE_BOOT_COMPLETED / The other thing that wasn't working for me was I didn't have an activity, but I presume you do? -- -- You received this message because you are subscribed to the

Re: [android-developers] Reading from another app

2013-01-03 Thread Russell Wheeler
;) Thanks a great deal for this. Russ On Wednesday, January 2, 2013 10:42:23 AM UTC, latimerius wrote: On Wed, Jan 2, 2013 at 2:20 AM, Russell Wheeler russellpe...@gmail.com wrote: Latimerius,  So how do you directly access them from the assets folder? You have to know

Re: [android-developers] Reading from another app

2013-01-02 Thread Russell Wheeler
RichardC looking through my phone using astro file manager, I can't find any apps that have been installed? Is that because I am not rooted? What folder would/should they be in if I can see them? Or do you mean the apk is readable before its installed? In that case, how do you save an apk from

Re: [android-developers] Reading from another app

2013-01-02 Thread Russell Wheeler
RichardC looking through my phone using astro file manager, I can't find any apps that have been installed? Is that because I am not rooted? What folder would/should they be in if I can see them? Or do you mean the apk is readable before its installed? In that case, how do you save an apk from

[android-developers] Reading from another app

2013-01-01 Thread Russell Wheeler
If I wish to use images stored in another app, that I've written, what is the best way to do this? Content provider or directly accessing the res folder? Thanks in advance Russ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Reading from another app

2013-01-01 Thread Russell Wheeler
folders so that the diff screen sizes still get used, e.g. ldpi/hdpi etc folders? Thanks for asking, not sure quite how this topic has got off of my control?!?! haha Russ On Tuesday, January 1, 2013 9:55:49 PM UTC, latimerius wrote: On Tue, Jan 1, 2013 at 6:08 PM, Russell Wheeler

[android-developers] Reading from another app - resources/assets (Take 2!)

2013-01-01 Thread Russell Wheeler
... On Tuesday, January 1, 2013 9:55:49 PM UTC, latimerius wrote: On Tue, Jan 1, 2013 at 6:08 PM, Russell Wheeler russellpe...@gmail.com wrote: If I wish to use images stored in another app, that I've

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-04 Thread Russell Wheeler
and I'm trying to start a small project, but I'm having a problem: how in hell do I add a new layout, which I'm going to use for an AppWidget? Thanks! Em 03/12/2012 16:27, Russell Wheeler russellpe...@gmail.comjavascript: escreveu: It's not called amazing AID, its called AIDE and it is amazing

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-04 Thread Russell Wheeler
. ;-) But, anyway, looks like that to use AIDE you are going to need a bluetooth keyboard. :-\ Best regards, Mario Cesar Mancinelli de Araujo Em 04/12/2012 08:59, Russell Wheeler russellpe...@gmail.comjavascript: escreveu: Mario, they have a good google group maybe they can help with this or other

[android-developers] Re: minimum hardware requirements to develop on

2012-12-03 Thread Russell Wheeler
, but also valid, aim of mine. Thanks for all your advice. I'll let you know when I've successfully won something off ebay! Russ On Sunday, December 2, 2012 7:51:14 PM UTC, Russell Wheeler wrote: So far I have been developing directly on my galaxy nexus and nexus 7 using the amazing AID app

[android-developers] Re: minimum hardware requirements to develop on

2012-12-03 Thread Russell Wheeler
on. On Monday, December 3, 2012 4:58:35 PM UTC, bob wrote: What is the amazing AID app? On Sunday, December 2, 2012 1:51:14 PM UTC-6, Russell Wheeler wrote: So far I have been developing directly on my galaxy nexus and nexus 7 using the amazing AID app. However, as the N7 can't provide logs due

[android-developers] Re: minimum hardware requirements to develop on

2012-12-03 Thread Russell Wheeler
Should say AIDE not AID (typo) On Sunday, December 2, 2012 7:51:14 PM UTC, Russell Wheeler wrote: So far I have been developing directly on my galaxy nexus and nexus 7 using the amazing AID app. However, as the N7 can't provide logs due to it being jelly bean, i feel the need to get

[android-developers] minimum hardware requirements to develop on

2012-12-02 Thread Russell Wheeler
So far I have been developing directly on my galaxy nexus and nexus 7 using the amazing AID app. However, as the N7 can't provide logs due to it being jelly bean, i feel the need to get a mini notebook in order to utilise adb logcat. My main worry is that something with only 1gb (2gb if i

[android-developers] Reading images/files from another apps resources

2012-11-28 Thread Russell Wheeler
I am writing an app that will want to read images and audio files from another 'data' app, that I'm writing. I have found a couple of examples of how to grab the resources using packagemanager, but was wondering if this was the best/most secure, way. Can everyone read my resources or do they

[android-developers] Re: Play a media file in the assets or res/raw folder in another app

2012-11-21 Thread Russell Wheeler
Did you ever work this out? I'd be keen to know how if you did, thanks Russ On Friday, February 3, 2012 11:46:16 PM UTC, droid-stricken wrote: Hi All, I had posted this question yesterday on the stackoverflow. But no one seems to know the answer or have the time to make to share

[android-developers] Re: Asset/Resource in Content Provider

2012-11-21 Thread Russell Wheeler
Alex, I am having the same problem accessing resources through a content provider using all the resource sections to create a path. The weird thing is it workd from within the main app, but not passing a resource over the content provider. Did you ever solve this? Russ On Sunday, January

[android-developers] Trip advisor multiple apps, 1 per city. Why do it like that?

2012-11-20 Thread Russell Wheeler
I am looking to write an app that allows the user to download 'data packs' into a shell app so the functionality is in the one shell app and only needs to be downloaded once. It will be very similar to the way trip advisor has done their city guides, except they have decided to create a stand