[android-developers] Re: Advice

2016-02-27 Thread Shane Carr
> > I liked the big nerd ranch book on amazon. > I liked this to get started, very organized. http://developer.android.com/training/index.html I also used a lot of youtube and pluralsight. -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Re: Advice - news app

2016-02-27 Thread Shane Carr
I have only written one large android application. In my experience volley was outstanding. http://developer.android.com/training/volley/index.html. I grabbed that from teh first web search. It lists some of the benefits, it is extremely advanced. You can find a ton of examples on github. I am n

[android-developers] Please help!! Recommendation, using Android Arc Weld Or Chrome Extension, or some other option as a Universal application platform.

2016-02-27 Thread Shane Carr
Hello, I currently work on a social messaging product we build for Android. I want to migrated it to a multi platform desktop application in chrome. We have an Android version which works and is live in google play, and has been very successful. My scenario is I'd like to light this up cross all

[android-developers] Android Universal Application

2016-02-27 Thread Shane Carr
Hello, I currently work on a social messaging product we build for Android. I want to migrated it to a multiplatform desktop application in chrome. We have an Android version which works and is live in google play, and has been very successful. My scenario is I'd like to light this up cross pla

[android-developers] 4.1 jellybean,

2012-09-21 Thread Shane Flynn
When is 4.1 going to be available for the htc one x -- 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-develope

Re: [android-developers] Re: Android testing

2012-05-31 Thread Shane Isbell
Yep, been a while, so busy these days with Android, things a bit crazy. I'm finding some time finally to start doing open-source again...I think last time I posted here, I got a bunch of private hate email for something I said :) On Thu, May 31, 2012 at 6:20 AM, JP wrote: > > > S

[android-developers] Android testing

2012-05-30 Thread Shane Isbell
cts with an existing community that would be a good fit for this type of project, I'd also like to see about moving over development to that project. Thanks, Shane -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] In-App Purchase and Order Numbers

2012-05-02 Thread Shane Schaefer
I've recently implemented In-App Purchase in my app and was doing some testing with logging the order numbers that show up on the emailed receipt and what my application server receives during the transaction. On my Google Checkout/Merchant account associated with my app, I can look at my test

Re: [android-developers] What should I use for common parts of UI in Android application?

2011-08-09 Thread Shane Isbell
In general, it is a good idea to start leveraging fragments. This will make it easier to rebuild the UI on tablets. Fragments allows reuse and well as storing of history state of each component. If you are only interested in handsets and don't care about component reuse or history state, then just

Re: [android-developers] Re: How to detect "&" HTML tag?

2011-08-09 Thread Shane Isbell
http://download.oracle.com/javase/6/docs/api/java/lang/String.html#replace%28java.lang.CharSequence,%20java.lang.CharSequence%29 On Mon, Aug 8, 2011 at 10:43 PM, ndiiie90 wrote: > Oh sorry that is not what i mean. > > What i mean is to replace all "&" tags in data that is retrieved from > databa

Re: [android-developers] IllegalStateException: Fragment not added in ActionBarTabs example

2011-05-19 Thread Shane Isbell
I've run into this on occasion, I surrounded it with a general Exception catch to handle this, which seemed to have no side affects for my application, as to whether this is platform bug, who knows? Without the source code to look at, it is anyone's guess. Shane On Thu, May 19, 2011 a

[android-developers] RemoteViews.setRelativeScrollPosition Example?

2011-03-30 Thread Shane Isbell
Does anyone have any working example of RemoteViews.setRelativeScrollPosition in Honeycomb? I've enumerated some best guesses without success. Thanks, Shane -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr

[android-developers] Amazon AppStore Release

2011-03-22 Thread Shane Isbell
Link to download store: http://amzn.to/getamazonappstore It looks pretty slick in terms of search and recommendations, a little clunky for app detail page. Overall, it feels much better than Android Market in terms of discovering content. Free angry birds app today, Shane -- You received this

Re: [android-developers] Endless scrolling in GridView

2011-03-18 Thread Shane Isbell
You don't need to customize the view. Implement pagination of the xml doc on the server. When the user reaches the end of the data in your app, have android pull down another page of data and then add the respective images to your adapter. Shane On Fri, Mar 18, 2011 at 2:20 PM, Abhishek T

Re: [android-developers] Android Library for Azure?

2011-03-04 Thread Shane Isbell
On Fri, Mar 4, 2011 at 2:37 PM, Nasif Noorudeen wrote: > you have to ask this question in there website They don't provide such a library. That's why I'm asking here. Shane -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] Android Library for Azure?

2011-03-04 Thread Shane Isbell
Does anyone on this list know of a Windows Azure library for Android? I've looked around but only found http://www.windowsazure4j.org/ which has a dom4j dependency (and an number of transitives dependencies on that, with some licenses that I can't use). Thanks, Shane -- You rec

Re: [android-developers] Re: Market package name on Xoom?

2011-03-01 Thread Shane Isbell
;t know how many times I have to say but the client has complete control of the environment. Why is this so difficult to understand? Shane -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send e

Re: [android-developers] Re: Market package name on Xoom?

2011-02-28 Thread Shane Isbell
ven't had this type of backlash since the time I said the G1 looked like a brick when it first came out. Shane -- 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@googlegr

Re: [android-developers] Market package name on Xoom?

2011-02-28 Thread Shane Isbell
It appears that Dianne has quite a following but enough with the hate emails, both public and private. I have control over the environment and distribution so saying not to do something just doesn't apply in my case. Shane On Mon, Feb 28, 2011 at 2:06 PM, rich friedel wrote: > boy

Re: [android-developers] Market package name on Xoom?

2011-02-28 Thread Shane Isbell
n opening with market package name way is the only way. I have a hard-requirement to open the market (all tested on specific devices and specific firmware before-hand). And who are you to tell me not to do it anyway? I understand the limitations. Shane -- You received this message because you

Re: [android-developers] Market package name on Xoom?

2011-02-28 Thread Shane Isbell
> If the package name didn't change you can use this to get the intent to > launch the market: > > http://developer.android.com/reference/android/content/pm/PackageManager.html#getLaunchIntentForPackage%28java.lang.String%29 > > On Mon, Feb 28, 2011 at 12:19 PM, Shane Isbell

Re: [android-developers] Market package name on Xoom?

2011-02-28 Thread Shane Isbell
I don't want to open to a publisher or application. I want to only open to the market. Shane On Mon, Feb 28, 2011 at 11:14 AM, Marcin Orlowski wrote: > > loadIntent.setClassName("com.android.vending", > > "com.android.vending.AssetBrowserActivity"); >

[android-developers] Market package name on Xoom?

2011-02-28 Thread Shane Isbell
It looks like the old way of opening android market doesn't work on Xoom. loadIntent.setClassName("com.android.vending", "com.android.vending.AssetBrowserActivity"); Anyone know what the new package-name/class is? Thanks, Shane -- You received this message because

Re: [android-developers] Honeycomb + landscape + Mac = will not stay in landscape

2011-02-24 Thread Shane Isbell
(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); } Just set the forceLandscape boolean to whatever you want to test. You will have to flip the bit and recompile/deploy for each time, but it got me through testing the layouts. Shane On Thu, Feb 24, 2011 at 8:22 PM, Stacy Young wrote: > Re-posting since first one never made

Re: [android-developers] Re: SDK 11 is the slowest yet

2011-02-23 Thread Shane Isbell
four emulator starts to get eclipse to find it. The previous version worked (not well but it worked). Fortunately, the xoom is released tomorrow so I won't have to deal with the emulator until 4.0, hopefully a while out. Shane On Wed, Feb 23, 2011 at 10:55 AM, Romain Guy wrote: > And my

[android-developers] Custom ListAdaptor Issues

2011-02-22 Thread Shane O'Reilly
Hey everyone, I'm a little stuck right now. i'm getting some funky errors when I try run my project. Basically what it's doing is pulling a number of entries from a DB and displaying them in a custom ListAdaptor. I'm getting "ArrayAdapter requires the resource ID to be a TextView" as a error Her

Re: [android-developers] Re: Honeycomb SDK

2011-02-10 Thread Shane Isbell
oogle has entirely sorted this out yet. Shane On Thu, Feb 10, 2011 at 10:37 AM, Ed Burnette wrote: > Ok, so if 2.3.3 is API level 10, and 3.0 is API level 11, where would > any future 2.x releases fit in? Will they be called API level 10, or > 12, or will you start using fractional n

Re: [android-developers] app causes reboot on DroidX after activity gets destroyed - anybody having similar issues?

2011-02-04 Thread Shane Isbell
idX doesn't handle resources like other devices. Shane On Fri, Feb 4, 2011 at 1:12 PM, mot12 wrote: > Hello group, > > My app seem to cause reboots on DroidX phones. No force close or > unusual behavior before the reboot is reported. Closing the last > activity seems to cause the re

Re: [android-developers] Re: AsyncTask in Honeycomb

2011-02-04 Thread Shane Isbell
ion to account for some threading problem, I found the original queue in AsyncTask worked fine. Something there seems a little goofy. Shane -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

Re: [android-developers] AsyncTask in Honeycomb

2011-02-04 Thread Shane Isbell
On Fri, Feb 4, 2011 at 10:52 AM, Romain Guy wrote: > The Honeycomb preview uses a serialized queue to execute AsyncTasks, so > they will execute one after the other. > Thanks, that explains it then. I block on one task inside another task, so that would cause the apparent hang. Shane

[android-developers] AsyncTask in Honeycomb

2011-02-04 Thread Shane Isbell
FYI for anyone having similar problems with running apps in honeycomb preview SDK (Mac). The AsyncTask in the preview of honeycomb was not executing, so I popped in a slightly modified 2.2 version into my app and everything works perfectly. Shane -- You received this message because you are

Re: [android-developers] Re: New MiKandi Launch with Support For Paid Apps

2010-11-23 Thread Shane Isbell
games would be excluded from Android Market, so MiKandi may fit the bill for many android developers looking to expand revenue. There are not that many of these types of games out there so it's a great time for app developers to fill this niche. Shane On Mon, Nov 22, 2010 at 10:25 PM, G

[android-developers] Re: New MiKandi Launch with Support For Paid Apps

2010-11-22 Thread Shane Isbell
And just out is the MiKandi App Store demo video: http://www.youtube.com/watch?v=Qk7Kbc8S12I It shows how the new client works with virtual currency and the theater section. On Sun, Nov 21, 2010 at 10:32 AM, Shane Isbell wrote: > New MiKandi launch, check out the promotional vid: >

[android-developers] New MiKandi Launch with Support For Paid Apps

2010-11-21 Thread Shane Isbell
New MiKandi launch, check out the promotional vid: http://www.youtube.com/watch?v=s3qNsDmRWlo If you guys have paid apps, publish them and start making some money. Shane -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

Re: [android-developers] Re: Google TV

2010-10-25 Thread Shane Isbell
Howard, any feedback on Google TV from Logitech? The reviews on Amazon are very mixed... On Wed, Oct 13, 2010 at 7:40 AM, Shane Isbell wrote: > > > On Tue, Oct 12, 2010 at 11:59 PM, Howard M. Harte wrote: > >> >> >> This is what I received from Logitech yesterday ab

Re: [android-developers] Re: Google TV

2010-10-13 Thread Shane Isbell
bunch of DRM gunk. I'll wait a bit for the reviews. Shane > -- 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

Re: [android-developers] Re: Google TV

2010-10-12 Thread Shane Isbell
Does anyone know the release date? I could have sworn that Amazon said it was October 15th, but now I just see on my order - "We need a little more time to provide you with a good estimate." On Tue, Oct 12, 2010 at 1:10 PM, Shane Isbell wrote: > The announcements I read was an SD

Re: [android-developers] Re: Google TV

2010-10-12 Thread Shane Isbell
the system well before then so I can play freely with it. I'm pretty sure with the Sony Google TV such an SDK will never be available (but hey even Verizon changed its strips), but don't hold your breathe there. Shane On Tue, Oct 12, 2010 at 12:51 PM, Kumar Bibek wrote: > Well,

Re: [android-developers] Re: Amazon android market. Anyone take the offer?

2010-10-04 Thread Shane Isbell
Market; so unless Amazon can prevent this, I still think it could be a tough go for them. Waiving developer fees for a while, as Michael A. suggested, would largely make it a no-brainer for many devs. Shane -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Amazon android market. Anyone take the offer?

2010-10-04 Thread Shane Isbell
On Mon, Oct 4, 2010 at 3:07 PM, Nathan wrote: > > > They will get free apps without it being their priority. The $99 isn't > per app, is it? A developer with paid and free apps will probably put > both in there. And free apps that generate sufficient revenue through > ads etc. will also make their

Re: [android-developers] Re: Amazon android market. Anyone take the offer?

2010-10-04 Thread Shane Isbell
don't come, there are no sales of paid apps. If there are no sales, developers don't upload, users don't come... In short, free apps are the strongest way to bootstrap an app store user community. Shane > -- You received this message because you are subscribed to the Google Gr

Re: [android-developers] Amazon android market. Anyone take the offer?

2010-10-04 Thread Shane Isbell
h entrance fee means that 90%+ would never even consider them, as they either have free apps or their sales on Android Market are so low, they could never justify it. With a low number of apps in the store, users won't take it seriously. You end up with low downloads and sales so developers don&#x

Re: [android-developers] Re: Amazon | xxx - Business Opportunity

2010-09-29 Thread Shane Isbell
nd terms that appear much more > restrictive and even more developer unfriendly than the Android > market, > > Sigh. For a short while, I hoped we might finally see a viable > alternative to the Android market. No such luck, it seems. > > On Sep 29, 9:56 pm, Shane Isbell wrote: &

Re: [android-developers] Re: Amazon | xxx - Business Opportunity

2010-09-29 Thread Shane Isbell
On Wed, Sep 29, 2010 at 1:21 PM, Doug wrote: > On Sep 29, 12:56 pm, Shane Isbell wrote: > > As more details emerge: 1) only US customers; 2) $99 registration; 3) > only > > Amazon approved devices - it's a no-go in my book. What advantage could > this >

Re: [android-developers] Re: Amazon | xxx - Business Opportunity

2010-09-29 Thread Shane Isbell
As more details emerge: 1) only US customers; 2) $99 registration; 3) only Amazon approved devices - it's a no-go in my book. What advantage could this provide, with such a narrow distribution and high-entry fee? On Sun, Sep 26, 2010 at 1:34 AM, Doug wrote: > On Sep 25, 8:03 pm, Shan

Re: [android-developers] Re: Amazon | xxx - Business Opportunity

2010-09-25 Thread Shane Isbell
What kind of impact do you guys think this will have on the smaller, alternative Android Markets? Is it a killer? Amazon has a global payment system, so it will reach most countries. Personally, I'd use Amazon over AndroidMarket, if the rating and comment system was any where near the quality Amaz

Re: [android-developers] Re: appbucket: all apps for $9.99 per year, are we just going to watch?

2010-09-18 Thread Shane Isbell
less and could care less about such issues. Best to seek legal action another way. -- Shane Isbell (Founder of ZappMarket) http://apps.facebook.com/zappmarket/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

Re: [android-developers] Re: Market alternatives

2010-09-07 Thread Shane Isbell
some of the technical troubles could've > been fixed by now. Some alternative markets seem to do it better in > 2-3 months total development time of a much smaller company... > > -- > You received this message because you are subscribed to the Google > Groups "Android Develope

[android-developers] Command line build error: 'Unable to get buffer of resource asset file'

2010-08-30 Thread Shane Isbell
reased buffer sizes for various platforms? Thanks, -- Shane Isbell (Founder of ZappMarket) http://apps.facebook.com/zappmarket/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

[android-developers] Open-Source Repository

2010-08-30 Thread Shane Isbell
should look like, we can build out the client. For SlideME, I had a simple, custom format for the feeds, but am thinking to use JSON or something similar to standardize it. Feel free to open any issues on github, submit patches, follow, make comments, etc. After a few good patches, I usually offer peopl

[android-developers] Creating Icons?

2010-08-25 Thread Shane Isbell
would like to get an idea of any method or service that may be popular among devs for generating icons. -- Shane Isbell (Founder of ZappMarket) http://apps.facebook.com/zappmarket/ -- You received this message because you are subscribed to the Google Groups "Android Developers" gr

Re: [android-developers] Re: Chilling news: Oracle sues Google over Android

2010-08-13 Thread Shane Isbell
-END PGP SIGNATURE- > > -- > 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-devel

Re: [android-developers] Chilling news: Oracle sues Google over Android

2010-08-12 Thread Shane Isbell
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 optio

Re: [android-developers] Re: Eclipse library project problems

2010-08-12 Thread Shane Isbell
it's broken or >>> to give us necessary trick to make it work, simply to save our time >>> >> > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-

Re: [android-developers] An alternative for android-market-api

2010-08-09 Thread Shane Isbell
droid-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Shane Isbell (Founder of ZappMarket) http://apps.

Re: [android-developers] Re: androidconnector and androidpublisher

2010-08-08 Thread Shane Isbell
kets, I don't advise anyone to use SlideME at all, I've explained the reasons before on the android lists. -- Shane Isbell (Founder of ZappMarket) http://apps.facebook.com/zappmarket/ -- You received this message because you are subscribed to the Google Groups "Android Developers

Re: [android-developers] androidconnector and androidpublisher

2010-08-08 Thread Shane Isbell
elopers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Shane Isbell (Founder of ZappMarket) http://apps.facebook

Re: [android-developers] Re: Website for your app, how important do you feel it is?

2010-08-08 Thread Shane Isbell
which platform would you spend your time developing? So it's not a matter of ignoring the larger base of users, it's just a matter of focusing on users who want to talk about your application and give feedback in constructive ways. -- Shane Isbell (Founder of ZappMarket) http://apps.faceb

Re: [android-developers] Re: Website for your app, how important do you feel it is?

2010-08-07 Thread Shane Isbell
, social apps and music. So something like ZenTimer would likely do well there. -- Shane Isbell (Founder of ZappMarket) http://apps.facebook.com/zappmarket/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr

Re: [android-developers] Re: Website for your app, how important do you feel it is?

2010-08-06 Thread Shane Isbell
ceived 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.

Re: [android-developers] Re: Website for your app, how important do you feel it is?

2010-08-06 Thread Shane Isbell
ceived 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.

Re: [android-developers] Re: My Eclipse 3.5 always lag and have to force close - why?

2010-08-04 Thread Shane Isbell
t; > at java.lang.System.runFinalization(Unknown Source) > > at org.eclipse.ui.internal.ide.application.IDEIdleHelper > > $3.run(IDEIdleHelper.java:182) > > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) > > > > !ENTRY org.ecli

Re: [android-developers] Re: New to android finally leaving Windows !!!

2010-08-04 Thread Shane Isbell
> -- > 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..

Re: [android-developers] Re: Android Market Licensing: Now Available!

2010-07-30 Thread Shane Isbell
ard-locking (read-protecting) apps. > > If apps feel the need to protect their data, they can encrypt it > themselves. > Does this mean that apps installed on SD card are not going to be able to store private data (Context.MODE_PRIVATE) on device? -- Shane Isbell (Founder of ZappMark

Re: [android-developers] Intent for following a user on Twitter?

2010-07-30 Thread Shane Isbell
bscribed 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 options, visit this group at > http

[android-developers] AppFriend for Facebook/Twitter (Social discovery of apps)

2010-07-30 Thread Shane Isbell
e} On Alternative Market: http://andappstore.com/AndroidApplications/apps/AppFriend_For_Facebook For a list of currently shared apps http://apps.facebook.com/zappmarket/ Have fun, -- Shane Isbell (Founder of ZappMarket) http://apps.facebook.com/zappmarket/ -- You received this message because

Re: [android-developers] Extending multiple classes

2010-07-30 Thread Shane Isbell
gt; android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Shane Isbell (Founder of ZappMarket) http://apps.facebook.com/zappmarket/ -- You received this message because you are subscribed to the

Re: [android-developers] Re: Licensing

2010-07-28 Thread Shane Isbell
nnovate, and since alternative markets > > might not be able to adopt this change, they'll have to adapt or > > innovate, and find a similar or better solution. Until or unless Google > > decides to let them in of course... :-) > > > > Raymond > > -- >

Re: [android-developers] Licensing

2010-07-27 Thread Shane Isbell
On Tue, Jul 27, 2010 at 11:53 AM, Trevor Johns wrote: > On Tue, Jul 27, 2010 at 11:42 AM, Raymond C. Rodgers < > raym...@badlucksoft.com> wrote: > >> On 7/27/2010 2:31 PM, Shane Isbell wrote: >> >>> The implementation that Google offers also embeds code, whic

Re: [android-developers] Re: Licensing

2010-07-27 Thread Shane Isbell
27;t mean that licensing checks are bypassed if there > is no Android Market (!) since this is down to the app's licensing > implementation... > > On Jul 27, 8:20 pm, "Raymond C. Rodgers" > wrote: > > On 7/27/2010 2:11 PM, Shane Isbell wrote:> It's addre

Re: [android-developers] Licensing

2010-07-27 Thread Shane Isbell
On Tue, Jul 27, 2010 at 11:20 AM, Raymond C. Rodgers < raym...@badlucksoft.com> wrote: > On 7/27/2010 2:11 PM, Shane Isbell wrote: > >> It's addressing a direct need of developers. From my perspective, I wonder >> what the impact will be for alternative stores, as

Re: [android-developers] Licensing

2010-07-27 Thread Shane Isbell
options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Shane Isbell (Founder of ZappMarket) http://apps.facebook.com/zappmarket/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

Re: [android-developers] Android Market Licensing: Now Available!

2010-07-27 Thread Shane Isbell
roups "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 options, visit this group at > http://groups.google.com/group

Re: [android-developers] Nexus One Testing

2010-07-19 Thread Shane Isbell
This problem is solved, thanks for everyone who pitched in and helped. It was an NPE and had to do with the PackageInfo containing some null fields on certain distributions of N1s. On Sun, Jul 18, 2010 at 2:30 PM, Shane Isbell wrote: > Thanks for checking. Maybe it's an Android 2.1 pr

Re: [android-developers] Nexus One Testing

2010-07-18 Thread Shane Isbell
ul 18, 2010 at 2:05 PM, Shane Isbell > wrote: > > Can someone with a Nexus One download AppFriend from android market (qr > code > > - http://www.zappmarket.com/catalog/27) and give me a stack trace of the > > error message? I've got reports coming in that it crashes

[android-developers] Nexus One Testing

2010-07-18 Thread Shane Isbell
on is really simple, so I'm not sure what the incompatibility could be, as it works on G1 and Magic. Thanks for any help. -- Shane Isbell (Founder of ZappMarket) http://apps.facebook.com/zappmarket/ -- You received this message because you are subscribed to the Google Groups "Android De

Re: [android-developers] Re: App Inventor to Market

2010-07-16 Thread Shane Isbell
while higher quality apps appear closer to the top. The > > > > filtering occurs when the user gets tired of scrolling down. > > > > > > -- > > > > Greg Donald > > > > destiney.com | gregdonald.com > > -- > You received this message b

Re: [android-developers] Re: App Inventor

2010-07-12 Thread Shane Isbell
r...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Shane Isbell (Founder of ZappMarket) http://apps.facebook.com/zappmarket/ -- You received this message because you are subscribed to the Google Groups "Android Developers&q

Re: [android-developers] oh no - lost my keystore

2010-07-08 Thread Shane Isbell
roup, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Shane Isbell (Founder of Zapp

[android-developers] Mobspot Facebook App

2010-07-07 Thread Shane Isbell
you guys want to get in on this for Android head over to http://apps.facebook.com/zappmarket. MobSpot has 35 apps, ZappMarket has 12. Do you still want to let all the iPhone guys beat us poor Android developers? -- Shane Isbell (Founder of ZappMarket) http://apps.facebook.com/zappmarket/ http

Re: [android-developers] Re: paypal mobile payment allowed?

2010-07-06 Thread Shane Isbell
re 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 options, visit this g

Re: [android-developers] Re: paypal mobile payment allowed?

2010-07-05 Thread Shane Isbell
t this group at > http://groups.google.com/group/android-developers?hl=en > -- Shane Isbell (Founder of ZappMarket) http://apps.facebook.com/zappmarket/ http://twitter.com/zappandroid -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

Re: [android-developers] Re: paypal mobile payment allowed?

2010-07-05 Thread Shane Isbell
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

Re: [android-developers] Re: Android paid apps in Ireland

2010-07-02 Thread Shane Isbell
On Fri, Jul 2, 2010 at 2:37 AM, skooter500 wrote: > Hi Shane > > I took a look at ZappMarket. A couple of suggestions. > > The URL http://zappmarket.com/ just shows the zapp market logo and > nothing else after that. > Yes, you are right. I still need to build out an infor

Re: [android-developers] pirated apps hosted on Google Sites :-(

2010-07-01 Thread Shane Isbell
evelopers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Shane Isbell (Founder of ZappMarket) http://apps.facebook.com/zappmarket/ -- You received this message because you are subscribed to the Google Group

Re: [android-developers] Re: TCP IP connection via Mobile Network

2010-07-01 Thread Shane Isbell
; > > > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this

Re: [android-developers] Re: Android paid apps in Ireland

2010-07-01 Thread Shane Isbell
large social space that crossed > those national boundaries that Google has stopped at the border of. So > from a commercial point of view, it may well turn out to be the most > International player at the top end of the service providers > > Good luck to you with it. > Steve >

Re: [android-developers] Re: Android paid apps in Ireland

2010-06-28 Thread Shane Isbell
, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Shane Isbell (Founder of Zap

Re: [android-developers] Filter for crapps (crap apps)

2010-06-28 Thread Shane Isbell
googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Shane Isbell (Founder of ZappMarket) http://apps.facebook.com/zappmarket/ -- You received this message because you are subscribed to the Google Groups "Android Devel

Re: [android-developers] [Copyright question] Can I use Mozart's music in my Android apps/games?

2010-06-26 Thread Shane Isbell
ail to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Shane Isbell (Founder of ZappMarket) http://twitter.com/sisbell http://twitter.com/zappstore http://zappmarket.com -- Yo

Re: [android-developers] Re: Avoiding GPL

2010-06-25 Thread Shane Isbell
nd email to >> android-developers+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > -- > You received this message because you are subscribed to the Google > Groups "

Re: [android-developers] Uploading Adult apps.

2010-06-10 Thread Shane Isbell
send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Shane Isbell (Founder of ZappMarket) http://twitter.com/sisbell http://twitter.com/zappstore http://zappmarket.com -

Re: [android-developers] Maven and Android

2010-06-03 Thread Shane Isbell
id 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 options, visit this group at > http://groups.google.com/group/and

Re: [android-developers] Can't sell because I am Canadian eh?

2010-05-19 Thread Shane Isbell
opers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Shane Isbell (Founder of ZappMarket) http://twitter.com/sisbell http://twitter.com/zappstore http://zappmarket.com -- You received this message because

[android-developers] Forward Locking and ZappMarket

2010-05-18 Thread Shane Isbell
This would be equivalent to turning off forward-lock on the Android market. Thoughts? -- Shane Isbell (Founder of ZappMarket) http://twitter.com/sisbell http://twitter.com/zappstore http://zappmarket.com -- You received this message because you are subscribed to the Google Groups "Android De

Re: [android-developers] Re: APKTool - decoding our apps

2010-05-13 Thread Shane Isbell
unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Shane Isbell (Founder of ZappMarket) http://twitter.com/sisbell http://twitter.com/zapps

Re: [android-developers] Re: APKTool - decoding our apps

2010-05-13 Thread Shane Isbell
e no DRM is used to protect the applications. -- Shane Isbell (Founder of ZappMarket) http://twitter.com/sisbell http://twitter.com/zappstore http://zappmarket.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

Re: [android-developers] Re: I've found a way to stop piracy of my apps

2010-05-09 Thread Shane Isbell
On Sun, May 9, 2010 at 5:23 PM, Shane Isbell wrote: > > > On Wed, May 5, 2010 at 2:49 PM, Marcut Andrei wrote: > >> >> Shane, >> >> You must be using your signature for the same? Looks like you "are >> just trying to cast some vague doubts on"

Re: [android-developers] Re: I've found a way to stop piracy of my apps

2010-05-09 Thread Shane Isbell
On Wed, May 5, 2010 at 2:49 PM, Marcut Andrei wrote: > > Shane, > > You must be using your signature for the same? Looks like you "are > just trying to cast some vague doubts on" SlideLock and SlideME [...] > I prefer to stop here. > I didn't say a wo

Re: [android-developers] Re: I've found a way to stop piracy of my apps

2010-05-05 Thread Shane Isbell
end users can > be controlled. > > Thanks for your feedback and contrasting points with SlideMe's > technologies. > Did SlideME contrast anything with its own technologies? Looks as though they are just trying to cast some vague doubts on AAL and KeyesLabs, without understanding o

  1   2   3   >