>
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
;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
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
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
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
> 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
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");
>
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
(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
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
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
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
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
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
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
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
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
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:
>
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
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
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
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
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,
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
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
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
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
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:
&
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
>
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
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
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
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
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
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
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
-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
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
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-
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.
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
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
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
, 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
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.
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.
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
> --
> 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..
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
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
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
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
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
>
> --
>
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
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
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
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
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
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
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
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
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
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
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
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 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
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
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
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
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
;
> >
> > > 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
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
>
, 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
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
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
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 "
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
-
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
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
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
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
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
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"
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
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 - 100 of 287 matches
Mail list logo