r. *
If you have a "kids painting app", please put your "menu" inside the
actual app's UI itself, as many games do.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy
mmatically, and in both cases, it works, but after scrolling a
> while, all items get the same layout.
You probably forgot to override getViewTypeCount() and
getItemViewType() on your Adapter.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonswa
ia custom firmware, but that is out of scope
for this list (see http://source.android.com).
It might be possible on a rooted device.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training
ending the broadcast, not for the one receiving it.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in NYC: http://marakana.com/training/android/
--
You received this message becau
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.com
> For
for users to accomplish.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.8 Available!
--
You received this message because you are subscribed
hrough
Settings, to get to the same behavior:
http://code.google.com/p/android/issues/detail?id=34815
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_
have indicated that they are working on this.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.8 Available!
--
You received this
is not documented as being ordered, that behavior is
subject to change.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in NYC: http://marakana.com/training/android/
--
You received this m
ed in the literal HTML. Even if there was a protocol difference, I
> can't understand why that would make a difference in the internal
> AppCache-fetching logic.
>
> On Tuesday, July 10, 2012 3:22:47 PM UTC-7, Mark Murphy (a Commons Guy)
> wrote:
>>
>> On Tue, Jul
ec(), and I don't see a
command-line switch on logcat to limit output to just your own
process' lines.
(BTW, count me as one of the fans of this decision, despite the very
loud grumblings I expect you will receive from various quarters)
Thanks!
--
Mark Murphy (a Commons Guy)
http://c
n. I have no idea.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.8 Available!
--
You received this message because you are subscribed to the
ionLevel is also undocumented (see
http://code.google.com/p/android/issues/detail?id=34785).
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Versio
subscribe 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
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://comm
On Thu, Jul 12, 2012 at 4:21 AM, MMM wrote:
> I tried but i didn't find it except mono for android.
That is because that is probably the only option.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/co
On Thu, Jul 12, 2012 at 3:20 AM, feitian wrote:
> who can help me?
Perhaps the people on the android-gcm Google Group.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in NYC: h
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 o
one of your
components.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.8 Available!
--
You received this message because you are subscri
ot;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.c
ds="15")
Step #3: Read in the layout resources yourself, using
getResources().getXml(), passing in the R.layout.whatever ID of your
layout resource to getXml()
Personally, I wouldn't do this, at least for the sort of thing that
you are describing. maxAllowedForKids is a controller
s" 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/android-developers?hl=en
--
gt; AppCache while the other elements do not?
Because the was downloaded over HTTP(S), and the other
elements were not.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in NYC: http://
p.
> 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/android-developers?hl=en
--
M
ock email App in Android.
There are no documented and supported broadcasts for the AOSP email
app, any more than there are for the Gmail app.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android
m 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
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/b
d 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/android-de
On Sun, Jul 8, 2012 at 11:46 AM, Joe Plante wrote:
> What are good ways to keep the Logging and/or strings secure?
Don't log in production. Wrap your log calls in if
(BuildConfig.DEBUG), and ProGuard should strip them out as dead code
on a release build.
--
Mark Murphy (a Commons G
t;));
IETF 5724 says the separator should be a comma.
http://www.ietf.org/rfc/rfc5724.txt
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in DC: http://marakana.com/training/android/
--
is there for is to resolve relative URL references
AFAIK. I will be rather surprised if what you are trying to do is
supported.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in DC:
ribe 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
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blo
googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in DC: http://
send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://
developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
And
s@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
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http:/
On Sat, Jul 7, 2012 at 7:08 PM, billb wrote:
> Question: If there's only one fragment is there a way to skip showing the
> header and then just show the contents of the fragment?
Not that I am aware of, other than by bypassing the headers and using
the original API.
--
Mark Murphy
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://groups.goo
more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in DC: http://marakana.com/training/android/
--
u 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 options, visit this g
for. I am hoping that these are merely
delayed, not lost.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.8 Available!
--
You received th
, 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
--
Mark Murphy (a Commo
On Sun, Jul 8, 2012 at 5:57 AM, Narendra Singh Rathore
wrote:
> On Sat, Jul 7, 2012 at 3:26 PM, Mark Murphy wrote:
>> Write your own home screen.
>
> Alright Mark, but how to do that?
Not only is there a Home sample in your SDK, but I suspect that there
are plenty of blog posts
ons with the Android SDK. Random
musings belong on your own blog, your own social network account, or
the android-discuss Google Group.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training
er and getMemoryClass() to determine how big
your heap size is.
Step #2: Ask the Camera getSupportedPictureSizes().
Step #3: Choose a picture size based upon the memory class and needs
of your app.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commo
On Sat, Jul 7, 2012 at 3:22 PM, Jim Graham wrote:
> On Sat, Jul 07, 2012 at 03:15:38PM -0400, Mark Murphy wrote:
>> On Sat, Jul 7, 2012 at 3:13 PM, Jim Graham wrote:
>> > Just wondering, how are Android devices with cameras 8 MP or higher
>> > supported in Java, wh
ap sizes are generally larger for such devices.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in DC: http://marakana.com/training/android/
--
You received this message because you are s
gt; android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/com
On Fri, Jul 6, 2012 at 5:21 PM, Daniel Struve wrote:
> thanks for the reply. Man, wish there was a faster way.
You could try to get a job at Google.
:-)
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.
a
sample project demonstrating the issue.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.7 Available!
--
You received this message b
ous choosers. To fix this, delete the
and start up the activity using an explicit Intent from elsewhere in
your app (e.g., startActivity(new Intent(this,
ItemizedOverlay.class))). Or, tweak the to be more
specific than claiming to handle all HTTP URLs.
--
Mark Murphy (a Commons Guy)
http://co
o:
https://github.com/commonsguy/cwac-colormixer
I did not go with the color wheel, as I found that to be infuriating
to use with a finger. I went with the three-SeekBar approach for
mixing RGB values, with a color swatch.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/common
ned with the signing key of the firmware.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.7 Available!
--
You received this message because
t instead pop a dialog notifying the
user, and supplying a button to go to the right Settings page to make
the fix.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Androi
ask that
library's support group further questions specific to that library and
provider
If you really are asking "how to use offline Google Maps in my
Application", that is not possible with today's edition of the Google
Maps add-on for Android.
--
Mark Murphy (a Commons Guy)
o add such
a method in a contribution to the AOSP, if you feel sufficiently
strongly about it.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in DC: http://marakana.com/training/android
ications with the Android SDK.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.7 Available!
--
You received this message because you
od of Android belong
elsewhere -- this list is for developing applications using the
Android SDK.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Ve
esumably.
>
> This is why I think Google needs to do the underlying work in batches or
> otherwise overcome the 1M limitation. This is happening on regular user
> devices.
File an enhancement request at http://b.android.com and hope for the best.
--
Mark Murphy (a Commons Guy)
http:/
any callback which is called on invoking tat menu
It might be a context menu (see onCreateContextMenu()), but on some
devices, the device manufacturer has replaced the context menu with
their own thing. It is not possible for you block cut/copy/paste
across all devices, even for your own app
On Wed, Jul 4, 2012 at 10:09 AM, Bunty syed wrote:
> is there any way to remove or block the system generated Menus
For your own app, perhaps, but certainly not for the whole system.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.
ome android provided callbacks
> for all of them..
Fortunately, this is not possible, for obvious security and privacy
reasons. You are welcome to make your own Android mod and install that
custom firmware on your own Android device that has this capability,
if you so choose.
--
Mark Murphy (a Co
s 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
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | h
selection = FileSchema.Columns.DATA + " LIKE \"" +
> folderPath + "/%\"";
>
> int numberOfDeleted = SqliteWrapper.delete(getContext(),
> getContentResolver(), FileSchema.getContentUri("external"), selection,
> null);
>
>
ng the touch event.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.7 Available!
--
You received this message because you are subscribed to
nually review each application. Google does
not.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.7 Available!
--
You received this mess
of us find out, when future releases
are released.
> If not, maybe somebody know how to get Intent object out of PendingIntent?
There is no API for that, sorry.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitt
ced tend to be problematic in all
software development.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.7 Available!
--
You received this mess
ed? IOW, how short might "a few moments" be?
I'm just brainstorming possible things that you are doing differently
than the norm.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_
; For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_
es where you are explicitly supplying a
contentIntent, it should no longer be null. Are you doing anything to
the Notification object after you call notify()?
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/com
There
appear to be two cases which call the postNotification() where that
exception is raised, and only one of those is for a startForeground()
scenario, if I am reading the source properly.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.
underlying implementation is limited to 1M
> that the query is done in batches and hidden from the developer or that an
> API exists to do it in batches myself.
Yeah, I don't know how you would do "page at a time" type stuff here.
--
Mark Murphy (a Commons Guy)
http://common
tes). Do you see a
pattern in OS versions in the devices that are hitting this?
I would recommend using an Intent that points to one of your
activities -- that avoids the TTS_SETTINGS problem and avoids the null
contentIntent.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://
r this
undocumented and unsupported action.
So, first, create a test case that is:
1. Reproducible (otherwise, there's little anyone can do), and
2. Does not use things that you should not be using, like
TTS_SETTINGS, that may cause your test case to be ignored
Then, and only then, file a
om the play store. The app has been around for over 2 years now and has
> around 1.5 million active users, and nearly 5 million downloads. It's been
> in the top 5 of its category for well over a year. It has over 65,000
> ratings with an average of 4.6/5.
What is the app?
--
M
NVISIBLE)
> on each one.
Or, conceivably, use a URLSpan for the clickable ones.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3
ssuming your lines of dashes are supposed
to be the ListView row divider lines (and therefore are not part of
your actual row). Use SpannableStringBuilder, along with
ForegroundColorSpan and StyleSpan, to handle the color changes and
weight (bold vs. not) changes.
--
Mark Murphy (a Commons Guy)
h
ell-written custom View
subclass, the ViewHolder pattern can apply. There should be nothing
magic about your particular subclass of View compared to any other.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com
On Mon, Jul 2, 2012 at 10:49 AM, Hitendrasinh Gohil
wrote:
> hey mark murphy,
>
> can u pls guide me on this?
As I have written, perhaps 100 times between here and StackOverflow,
call recording is not supported, except perhaps in speakerphone mode.
--
Mark Murphy (a Commons
On Sun, Jul 1, 2012 at 10:31 PM, Kristopher Micinski
wrote:
> Buy a subscription to Mark Murphy's books. Hands down, the fastest
> and easiest way to both learn the platform and keep up to date on new
> developments.
Thanks for the kind words!
--
Mark Murphy (a Com
d as open source yet; any current
"builds" of Jelly Bean have been copied -- without a license -- from
an existing device. The conventional term for those distributing and
consuming such software is "pirates".
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http
tions on
http://developer.android.com/sdk/installing/index.html
Step #4: Return here and ask more specific questions here if needed
> I am also confused on how to get jelly bean on to my phone because I am a
> developer.
You wait for an over-the-air (OTA) update, reportedly due out in July.
. Can anyone suggest me any websites or docs to know
> these things.
http://source.android.com is the home of the Android open source
project and for all questions pertaining to the behavior of the
operating system itself.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/
o 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
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://
her expensive (developer editions for 2012
I|O attendees are 1500 USD IIRC).
Step #2: Ask again then.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in NYC: http://marakana.com/train
gt; 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://groups.google.co
On Sat, Jun 30, 2012 at 7:49 PM, Terry Cox wrote:
> All 4.0/4.1 emulation using anything other than the default WVGA800 is
> now broken.
WXGA, for example, works fine here. The problem, whatever it is, is
with your environment.
--
Mark Murphy (a Commons Guy)
http://commonsware.com
visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in NYC: http://marakana.com/training/android/
Step #1: Find some third-party printing API
Step #2: Try using it
On Fri, Jun 29, 2012 at 7:30 PM, Yuri Feitosa Duarte wrote:
> How can I create an app that print in android?
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/b
tContentView(R.layout.activitymain);
>
> ActionBar actionBar = getActionBar();
> actionBar.show();
> return;
> }
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to
legitimately has the
Play Store on it is a "dev phone".
> What do you think about the news as well? Would it be affect the sale of
> Android Phone?
This list is for developing applications with the Android SDK -- your
questions are off-topic for this list.
--
Mark Murphy (a Com
n notice) and instead focus on building out
> Renderscript's GPU-compute support and developing Renderscript further
> especially for applications such as image processing.
Thanks for the clarification!
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commo
as "experimental".
2. If half a subsystem is now deprecated, why is that announcement
buried in release notes, rather than being called out a bit more
visibly?
At the end of the day, Google can do whatever it wants to. Personally,
I am just trying to figure out where the communications bre
veloper.qualcomm.com/mobile-development/development-devices/trepn-profiler),
> but then as u mentioned it needs to be used with their expensive MDP
> devices.
That's odd. Trepn Profiler is built into the MDP firmware -- it isn't
something you run on the development desktop or something. Bu
; other processes. weird to me.
The kernel system calls are off-topic for this list. Please visit the
Community tab on http://source.android.com.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
On Fri, Jun 29, 2012 at 1:58 PM, rayk wrote:
> I am puttting this out there again. I have not been able to take my app off
> the chooser lis.
Get rid of the that is causing it to be an option in
the chooser.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/comm
d represent a tiny
loss of revenue. Personally, I think you have already spent more time
worrying about it than it is worth, but that's just me. Or, as
Kristopher pointed out, if you can detect this condition during game
play, nuke 'em from orbit.
--
Mark Murphy (a Commons Guy)
http://
On Fri, Jun 29, 2012 at 12:57 PM, M wrote:
> Is this case true that one single Android app has multiple processes
Not normally.
> and each process has multiple threads?
Yes.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.co
d in-app purchasing, I would
hope there is some sort of verification mechanism you can use for that
which is part of their system.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder
e
http://source.android.com to learn about the Android firmware.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.7 Available!
--
You received t
e
> service start-up settings?
They can simply uninstall your app. The only way to stop this would be
custom firmware.
> And of course: can the service open the 3G/GPRS connection at any time
> without generating additional dialogs?
Yes, for some definitions of "open the 3G/GPRS connection
601 - 700 of 11437 matches
Mail list logo