Hi All,
I am new in android, I dont know how to display static google map on an
imageview. Something similar to "Whatsapp" showing while share the
location. How can I do this?
>From googly document i came to know that we need to pass the Url in image
view. Please share the code to pass the Url
Hi chainz
#put .so file.
eclipse project/libs/armeabi/xxx.so
#add code
private native void [method name](args..);
static {
System.loadLibrary("so file name");
}
Best Regards,
2012/7/5 chainz roid :
> Hi everyone
>
>I'm working in ICS and I'm developing own an
This isn't the right place for ADK discussion, but as far as I can tell,
there is no place set aside for it!
I killed a lot of today trying to get the 2012 ADK to work and was mostly
frustrated. I'm on a Mac and I found the IDE installation instructions
very much do not work and I could not ma
Check this link out:
http://qatesttech.wordpress.com/2012/06/20/adb-shell-sendevent-sending-touch-like-events/
On Friday, April 17, 2009 4:23:45 PM UTC+5:30, klausfpga wrote:
>
> Hi Dianna,
>
>
> Thanks for your reply.
>
> In fact my problems are in fact even more basic.
>
> The command 'sendev
Hi Sadhna
As you can see.
VideoView video = (VideoView)findViewById(R.id.videoview_id);
video.setMediaController(new MediaController(this));
Best Regards,
2012/7/5 Sadhna Upadhyay :
> Hi everybody,
> can someone tell me how to add media controller in audio
>
> --
> You received this message
Hi everybody,
can someone tell me how to add media controller in audio
--
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 t
Hi everyone
I'm working in ICS and I'm developing own android device. Well i
have vcfsclint.so file its contains more functions.(Ex. EnrollUser,
IdentifUser etc,..) I want to call this functions from my java application.
Regarding this where i have to add this .SO file and
No, there's no simple way to do it, you have to disassemble it and go
through it's dex..
Why would you want to know this? Maybe we can suggest a better alternative.
kris
On Wed, Jul 4, 2012 at 4:10 PM, M wrote:
> no, I mean what api calls are used by one andorid app?
>
> Any method to obtain s
Dear all,
I've a problem by getting the width of FrameLayout in my app. when I use
fl.getWidth(); {fl is already assign to FrameLayout}
the result is 0. Can anyone teach me something about that?
Thanks,
HK Tsang
--
You received this message because you are subscribed to the Google
Groups "
Hi,
i am trying to invoke the switch off dialog box that appears when we
press power button. But i want to accomplish this task from an android
application or a Junit test case. I will choose the most feasible approach
in this case. I have been trying to do this but was not able to succeed.
android-permissions.org has a mapping, but it's old / out of date.
The developers of the paper haven't released the tool, though
theoretically the analysis has been done for other versions of the
platform...
You can also try to ask about specific permissions...
kris
On Wed, Jul 4, 2012 at 4:00 P
Hello Michael,
I'm just a beginner in Android Application Development. And pardon me if I
understood your question incorrectly. But, I suppose you want to check
either which API level is there or you want to check which function call
did the developer make to achieve some task.
For both of them, y
On Tuesday, July 3, 2012 9:57:15 AM UTC-6, Mark Murphy (a Commons Guy)
wrote:
>
> Well, I'd at least consider adding MATCH_DEFAULT_ONLY on the
> queryIntentActivities() call, if you are building a launcher-type app.
>
> Beyond that, I'm not sure if by default you get everything in the GET_
>
I came here to say. THANK YOU! That's really works
Em quinta-feira, 19 de abril de 2012 13h03min43s UTC-3, Scott Olcott
escreveu:
>
> Thanks to this
> https://groups.google.com/d/msg/android-developers/QgN2B9CdQOo/0xdpwulIdCcJfrom
> Tor Norbe I was able to figure out how to get this working.
All,
I usually build my apps and compile in a build version.
I have found no way of doing this for my android apps.
I can add an ant task. But this makes the eclipse tools a little clumsy.
Is anyone else doing this or have done this and would like to share the
experience?
Regards
Damien.
--
Y
An app can't know exactly what is being played on the device in a general
sense, unless it is the app playing the audio, and it is generating the raw
PCM to send to an AudioTrack.
Doug
On Tuesday, June 26, 2012 4:09:04 AM UTC-7, kuldeep wrote:
>
> I am planning to implement a simple application
no, I mean what api calls are used by one andorid app?
Any method to obtain such information from apk file?
Thanks.
On Jun 19, 5:53 pm, Kristopher Micinski
wrote:
> what APIs do you mean? It uses the Android API, most likely ... Do
> you mean what API *level*?
>
> kris
>
>
>
> On Tue, Jun 19,
You should expect to recover those $25 from your application income soon.
Anyway there are alternative markets that does not need to pay such fee.
You may try Slideme and google a bit on alternatives to Google Play. Amazon
is also free the first year, but it is limited to USA market.
On Jul 4, 20
Is there any source or document about which APIs protected by Android
permissions? namely, API vs Android permission mapping.
Thanks.
--
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
Where with in the android source code(files) would I go about finding the
volume button codes? I am looking to write a patch for an app I am working
on.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to
Hello,
I didn't know where to post this question, in kernel, platform, building...
so I decided to post it here maybe it'll get some attention.
I have been able to create a custom input device that can be seen on all
android devices as a mouse + keyboard combo straight through Bluetooth via
HI
The ContentResolver query() API is very specifically intended to not be a
full SQL query interface. If you have a specific kind of query you want to
do, in your ContentProvider implementation add a new URI to the set you
match that builds that query with the given arguments.
On Wed, Jul 4, 2012 a
Note that some details of the lifecycle have changed, as described in the
docs:
http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle
Specifically, if you target SDK 11 or later, then onSaveInstanceState()
will be called before onStop() (not onPause()), and the activi
So, I tried running the function listenUsingInsecureRfcommWithServiceRecord
on an Android 2.3.5 device. It popped up a dialog asking to accept some 5
or 6 digit pin. It's not supposed to do that, right? It just works on my
Ice Cream Sandwich. Has anyone seen this on Android 2.3.5?
--
You r
Hi there,
I have a recurrent Outofmemory crash when loading a Bitmap that is
making me crazy. Its occurs mostly on Android 2.1-update1 devices -about
92% of crashes occurs with some device with that Android version-.
Is there any manner to run this version on the emulator, so I have any
chance to
sorry, "an"
On 4 July 2012 19:39, Gergely Juhász wrote:
> Here is any example about showing an alert with dialog fragment.
> http://developer.android.com/reference/android/app/DialogFragment.html
> (Alert Dialog section)
>
> On 4 July 2012 19:36, Simon Giddings wrote:
>> Within my preferences I
Here is any example about showing an alert with dialog fragment.
http://developer.android.com/reference/android/app/DialogFragment.html
(Alert Dialog section)
On 4 July 2012 19:36, Simon Giddings wrote:
> Within my preferences I give the user control over my image cache, including
> the ability t
Within my preferences I give the user control over my image cache,
including the ability to empty the cache.
However, I want the user to confirm the emptying of the cache (to avoid
mistakes).
We are supposed to use dialog fragments now instead of dialog builders as
these are depreciated (as far
If you really what to modify the source code of the ListView (I dont
known why you want) grab the source code and copy to your project. For
instance here is the latest public version of the class:
https://github.com/android/platform_frameworks_base/blob/master/core/java/android/widget/ListView.java
If there's a reason to do this asynchronously, you should do it with an
AsyncTask. On the other hand, I'm with Justin wondering why you want it
done asynchronously, at all...
G. Blake Meike
Marakana
The second edition of Programming Android is now on-line:
http://shop.oreilly.com/product/06369
Since you asked: Programming Android has a two chapters describing, in
some detail, how Android UI components work.
G. Blake Meike
Marakana
The second edition of Programming Android is now on-line:
http://shop.oreilly.com/product/0636920023005.do
On Tuesday, July 3, 2012 5:54:24 PM UTC-7, Mic
On Wednesday, July 4, 2012 2:29:56 AM UTC-7, Alex Belyaev wrote:
>
> I have encountered several issues while extending ListView widget.
> According to the sources, we have the following inheritance chain:
>
> CustomListView<-ListView<-AbsListView<-ViewGroup...
>
> I'm trying to override layoutC
Thank you Murphy.
I'm going to try your way. hope it works as we expect.
On Wednesday, July 4, 2012 7:38:53 PM UTC+9, Mark Murphy (a Commons Guy)
wrote:
> First, I would use MediaScannerConnection instead of that broadcast.
>
> Second, I think you have to recursively scan all of the contents
Thanks Kris for the reply, could you please provide me some useful links
for the same.
On Mon, Jul 2, 2012 at 12:45 AM, Kristopher Micinski wrote:
> On Sun, Jul 1, 2012 at 2:30 PM, Abhilash baddam
> wrote:
> > Hi,
> >
> > After switching on the mobile(after booting process) all the
> > applicat
I finally found the source of all my GC ! it comes from my activity xml
layout... Indeed for my expandView, I use this :
And if I remove this : android:cacheColorHint="#" the animation is
very smooth !
Thanks for your help
Le mardi 3 juillet 2012 13:23:24 UTC+2, Kostya Va
Hi guys,
Is there anyone over there using Galaxy S III for NFC tests and research?
We've been using Google Nexus S and it works (kind of) fine with Google and
NXP NFC APIs. I'd like to hear from you what are your experiences with NFC
in Galaxy SIII.
Thanks!
--
You received this message becau
how i can add ' distinct' to contentResolver query i tried to use it by
projection
String[] projection = new String[]{
"DISTINCT "+ Columns.types
};
but it return error unknown columns in projection
and i found an answer suggesting the use of a specified uri and
matcher and queryB
On Wed, Jul 4, 2012 at 10:26 AM, Bunty syed wrote:
> For action bar ,
> I got a callback public void onActionModeStarted(ActionMode mode) where I
> remove cut copy paste menus
>
> But for attached screenshot edit button, I am not able to get any callback.
>
> Do u know any callback which is calle
It is definitely nothing to do with WebKit or the browser or similar, this
is a standard image view in a game trying to load a simple GIF with
transparency. An interesting update: After updating to the latest build
tooks and setting the target SDK all the way up to 16 (for 4.1) the images
now
For action bar ,
I got a callback public void onActionModeStarted(ActionMode mode) where I
remove cut copy paste menus
But for attached screenshot edit button, I am not able to get any callback.
Do u know any callback which is called on invoking tat menu
On 4 July 2012 19:42, Mark Murphy
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.com/
is there any way to remove or block the system generated Menus
On 4 July 2012 19:16, Mark Murphy wrote:
> On Wed, Jul 4, 2012 at 9:38 AM, Bunty syed wrote:
> > Whenever there is long press or double tap on some text in edit
> text,action
> > bar is coming with some options like cut,copy ,e
any help,pls?
On Wed, Jul 4, 2012 at 6:36 PM, Hitendrasinh Gohil wrote:
> Hi,
>
> I am trying to play youtube video in webview by following embed code.
> Video thumbnail is shown but when i click on that nothing is played.
>
> src="http://www.youtube.com/embed/*VIDEO_ID*"; frameborder="0">
>
>
On Wed, Jul 4, 2012 at 9:38 AM, Bunty syed wrote:
> Whenever there is long press or double tap on some text in edit text,action
> bar is coming with some options like cut,copy ,etc..
>
> Is there any callback method tat gets called when some menu in the action
> bar is clicked so that I can handl
I use your app and i don't see any problem with it..
Cordialmente, *Regards**,*
Tiago Mesquita A. Cunha.
- Sun Certified Programmer for the Java Platform, SE 6
- Oracle Certified Professional, Java EE 5 Web Component Developer
2012/7/3 CVP
> Alarm Clock Plus (the free version). I also just
What app yo have developed I am looking for apps to buy.
Thanks
Umesh
On Wed, Jul 4, 2012 at 12:27 PM, baturanija1 wrote:
> Hey,people
> i made an app and i would like to place it on PlayStore.APP is free
> and i search on internet where to place app, and it shows me an
> informations that
Hi,
I am trying to play youtube video in webview by following embed code. Video
thumbnail is shown but when i click on that nothing is played.
http://www.youtube.com/embed/*VIDEO_ID*"; frameborder="0">
I have tested it with samsung galaxy tab(3.2) which has a flash support.
can anybody tell me
I finally solved my problem in not doing the onTouchEvent on the activity,
but on individual views - thus removed the need to check for Action Bar
height.
Thanks for everybody who helps!
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To
Hi Henry,
Can You please share the any sample code for static map
Thanks
Remo
On Wednesday, July 4, 2012 5:07:14 PM UTC+5:30, eyedol wrote:
>
> You might want to use ImageView --
> http://developer.android.com/reference/android/widget/ImageView.html and
> the static map API
> https://develope
Hi Rakesh,
Can You please share the any sample code for static map
Thanks
Remo
On Wednesday, July 4, 2012 5:31:44 PM UTC+5:30, Rakesh Rajput wrote:
>
> Dear Remo
>
> 1.remove overlay image
> 2.remove current lat lon inside your code
>
>
> On Wed, Jul 4, 2012 at 5:07 PM, Henry Addo wrote:
>
>>
Using the emulator 4.x working properly.
When I use the phone there is no message in the logcat containing
information about the carousel.
Is the first time something happens to me so strange.
Thank you!
2012/7/4 Jorge Gil Royo
> Usando el emulador 4.x funciona correctamente.
>
> Cuando uso e
Usando el emulador 4.x funciona correctamente.
Cuando uso el teléfono móvil no aparece ningún mensaje en el LogCat que
contenga información acerca del carrusel.
Es la primera vez que me sucede algo tan raro.
Gracias!
2012/7/2 TreKing
> On Fri, Jun 29, 2012 at 6:26 AM, Jorge Gil Royo wrote:
>
http://android-coding.blogspot.in/2011/06/using-itemizedoverlay-to-add-marker-on.html
On Wed, Jul 4, 2012 at 5:31 PM, Rakesh Rajput wrote:
> Dear Remo
>
> 1.remove overlay image
> 2.remove current lat lon inside your code
>
>
>
> On Wed, Jul 4, 2012 at 5:07 PM, Henry Addo wrote:
>
>> You might w
Dear Remo
1.remove overlay image
2.remove current lat lon inside your code
On Wed, Jul 4, 2012 at 5:07 PM, Henry Addo wrote:
> You might want to use ImageView --
> http://developer.android.com/reference/android/widget/ImageView.html and
> the static map API
> https://developers.google.com/maps
You might want to use ImageView --
http://developer.android.com/reference/android/widget/ImageView.html and
the static map API
https://developers.google.com/maps/documentation/staticmaps/
Henry!
--
Be the change you want to see ~ Mahatma Gandhi. So stop complaining :-).
Website: http://www.addhen.
Depending on what your app is and who you made it for - you can
distribute it using mail and/or direct download. This will need
special configuration on the devices to allow running your app.
If you wish to distribute your app to a few (more local) devices you
could simply connect the devices to t
Hi all,
In my Android application I want to use google static maps, and I
want to display markers at my current location.
Please help me, its urgent
Thanks
Remo
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, sen
This list is for developing apps with the Android SDK, not for
compiling the Android source code. Please visit
http://source.android.com for source code questions.
On Wed, Jul 4, 2012 at 5:43 AM, Bhanushali Ashwin N
wrote:
> Hi lambu0594,
>
> I am facing the same issue while building for android
First, I would use MediaScannerConnection instead of that broadcast.
Second, I think you have to recursively scan all of the contents --
from other reports I have seen, it appears that you can only scan
files, not folders.
On Wed, Jul 4, 2012 at 12:03 AM, Hyuck wrote:
> Thank you for your intere
On Wed, Jul 4, 2012 at 4:23 AM, ala hammad <3la2.7am...@gmail.com> wrote:
> i want to ask which emulator use to test galaxy s2 ?? or what
> configuration use to test it ...
>
Google for that device's specs, then set up an AVD that matches ...
-
Hi lambu0594,
I am facing the same issue while building for android ICS for device Huawei
U8818.
Have you solved issue?
please help me I am googling for 15 days but nothing found.
Thanks.
On Wednesday, 11 January 2012 12:04:51 UTC+5:30, lambu0594 wrote:
>
> while compiling ice cream sandwich for
I have encountered several issues while extending ListView widget.
According to the sources, we have the following inheritance chain:
CustomListView<-ListView<-AbsListView<-ViewGroup...
I'm trying to override layoutChildren() method and here comes the first
issue. After calling super.layout
hello all,
i want to ask which emulator use to test galaxy s2 ??
or what configuration use to test it ...
thanks
--
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 un
My assumption, i'm not sure -
1. you need to move from that activity with finish()
@*Override
*
*public* *void* onPause() {
*super*.onPause();
*try* {
// Stop talking when we lose focus
*if* (*tts* != *null*) {
*tts*.stop();
ttsActive = *false*;
}
} *catch* (*Exception* e) {
}
}
@*Ov
That is only for developers.
On Wed, Jul 4, 2012 at 6:21 PM, Jadranko Bodiroga <
jadrankobodiroga1...@gmail.com> wrote:
> then nothing.. i am a poor..
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send em
i have a native actionbar on a 4.0.4 android phone in the actionbar i have
some menuitems hidden in an overflow menu.
the pressed/focussed state of my actionbar buttons have a custom color,
that i would like to use as well on the listitems in the overflow menu.
that's what i'm talking about:
i
Simple question, I just cant find a definitive answer for this.
I have several menu options presented in a drop down list (items are given
the showAsAction value: collapseActionView) the remaining action items are
displayed as icons (items are given the showAsAction value: always).
I want to dr
then nothing.. i am a poor..
--
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.
Sir,how to
1. generate the wav file and use the MediaPlayer
2. through media player you can pause and play from you desire position
On Tue, Jul 3, 2012 at 11:18 AM, Deepa M wrote:
> Sir,
> i am using Second option
> in that i am not enable to pause particular position,
> I am using Buffer read
I have an application that needs to Base64 decode on the fly a bitmap image
& render it on the ImageView.
I am using a custom content provider to do this. When the openFile method
is called - I in this case chose to use a normal non-encoded file for
testing purpose.
Now I create a MemoryFile fro
Any books with a lot of example codes.
On Wed, Jul 4, 2012 at 2:24 PM, TreKing wrote:
> On Tue, Jul 3, 2012 at 7:54 PM, Michael Leung wrote:
>
>> I wish to improve my Android UI skills,Any Good UI books or online
>> resource you can recommend?
>
>
> http://developer.android.com/design/index.ht
Is any one kbnow about GAE bigtable database and RFId
UID .. plz explain me in detail
On Tue, Jun 26, 2012 at 6:23 PM, iconapp 2010 wrote:
> Hi Android developers, i m working on NFC hunter game on android, can any
> one tel me What kind of nfc tag is used in android how i should deploy in
> an
1. Prepare your app for release:
http://developer.android.com/tools/publishing/preparing.html
2. Follow the Publishing Checklist:
http://developer.android.com/distribute/googleplay/publish/preparing.html
3. Within some hours you'll see your app on Google Play Store. You don't
see it immediat
It is a one time fee to be registered on Google Play, so you must pay it.
On Jul 4, 2012 8:59 AM, "baturanija1"
wrote:
> Hey,people
> i made an app and i would like to place it on PlayStore.APP is free
> and i search on internet where to place app, and it shows me an
> informations that i have to
Am Mittwoch, 4. Juli 2012 06:31:54 UTC+2 schrieb TreKing:
>
> On Fri, Jun 22, 2012 at 1:29 PM, Justin Robinson wrote:
>
>> Is this thread killed after 10 secs along with the broadcast receiver or
>> do I need to kill it manually?
>
>
> I don't know about "after 10 secs" (not sure where you got t
75 matches
Mail list logo