Not really... First of all, how do I discover the value of "pixels"?
Because it depends on the Android version, on the manufacture of the
equipament... And, most important, I don't have access to the ImageView (I
can set properties, but not get because of the RemoteViews).
Other thing is that the
Hi,
do most android phones support the bluetooth serial profile.
Yes
specifically - gps data access.
Yes, if you mean access GPS device via bluetooth
how would i know whether the phone supports it
Try it, there is a few free apps that will connect to BT GPS devices, use
Google to search
Regard
Hi,
They are number of solution available online but one of them is to recreate
a your bitmap with rounded corners.
public static Bitmap getRoundedCornerBitmap(Bitmap bitmap, int pixels) {
Bitmap output = Bitmap.createBitmap(bitmap.getWidth(), bitmap
.getHeight(), Config.
You won't compel us
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For m
Everybody, please mark this post as spam.
On Wednesday, December 5, 2012 11:44:37 PM UTC+8, Munawar Ali wrote:
>
> Hi Friends,
>
> Hope you are doing fine. Please let me know if you have someone with you
> available for the below mentioned requirement...
> Please send profiles to mu...@tekenergyu
Thanks bob for providing support.
On Dec 5, 9:34 pm, bob wrote:
> Please see
>
> http://www.techrepublic.com/blog/app-builder/handling-orientation-cha...
>
> You should make a folder called layout-land, I think.
>
>
>
>
>
>
>
> On Tuesday, December 4, 2012 1:10:31 AM UTC-6, Seshu wrote:
>
you need to take submenu
On Thu, Dec 6, 2012 at 10:21 AM, sree android
wrote:
> i would like to display options menu in one activity,when i click one item
> in options menu,another options (like options within the options menu on
> same window )will be display in the same window.how it is posibl
i would like to display options menu in one activity,when i click one item
in options menu,another options (like options within the options menu on
same window )will be display in the same window.how it is posible with any
code.plz
thank you.
--
You received this message because you are subscribe
Hi,
I am trying to include the package into framework.jar file.
I think new Android case, android.media.audiofx is in framework2.jar.
When it compiles framework local module,
frameworks/base/media/java/android/media/AudioService.java:89: package
android.media.audiofx does not exist
Any sugges
Hi,
I didn't get your reply. Did I miss something?
On Wednesday, December 5, 2012 2:39:17 PM UTC+8, asheesh arya wrote:
>
>
>
> On Wed, Dec 5, 2012 at 12:02 PM, galapogos
> > wrote:
>
>> Hi,
>>
>> I'm trying to build the Android ICS Launcher so that it will run on any
>> Android device with ICS
do most android phones support the bluetooth serial profile.
specifically - gps data access.
how would i know whether the phone supports it.
i.e. look at the specs for the bluetooth version??
--
You received this message because you are subscribed to the Google
Groups "Android Developers" gro
Hi there—
I'm making updates to a live wallpaper I've developed. The wallpaper is
currently running correctly on a 2.2 device, but NOT on my 4.2 device.
On the ICS device, it seems that only the last column is being correctly
drawn. For example, in a coordinate system, if my phone is 420 x 720
changing the RAM from 1024 to 512 in the edit avd window seems to fix the
problem.
does anyone know what is going on here?
thanks
On Monday, December 3, 2012 2:32:21 PM UTC-8, Ray Tayek wrote:
>
> hi, i just downloaded and installed the adt bundle for windows. i am using
> win 7 x64 with 8gb o
To my knowledge WAV is just a container format and not an encoding. You
would have to create your own WAV file containing the audio stream.
On Wednesday, December 5, 2012 12:35:05 PM UTC-6, bob wrote:
>
> Anyone know if any of these MediaRecorder.OutputFormat constants
> corresponds to a normal
Anyone know if any of these MediaRecorder.OutputFormat constants
corresponds to a normal WAV file? I want to record a WAV.
public final class OutputFormat {
/* Do not change these values without updating their counterparts
* in include/media/mediarecorder.h!
*/
p
Thank you Nobu games, +1
On Wednesday, December 5, 2012 11:49:51 AM UTC-5, Nobu Games wrote:
>
> Write a ContentProvider for your free version that offers the data files
> to the requesting paid version. You should define a permission for your
> ContentProvider with protectionLevel=signature so
bob wrote:
> What is the best way to stop an Android service?
>
>
> I'm thinking of having the service continually check for the existence of a
> file on the SD card and exit when the file is deleted.
>
>
> Is this so bad?
use android.os.FileObserver
pskink
--
You received this message becaus
On Wednesday, December 5, 2012 10:52:51 AM UTC-6, bob wrote:
>
> Is this so bad?
>
Well, it will probably drain the battery in no time. On top of that Android
services are not designed to be long- or forever-running. The OS can stop
them any time. I agree with TreKing. What is it what you actual
On Wed, Dec 5, 2012 at 10:52 AM, bob wrote:
> What is the best way to stop an Android service?
>
Use one of the methods designed to stop a service ...
> I'm thinking of having the service continually check for the existence of
> a file on the SD card and exit when the file is deleted.
>
> Is thi
What is the best way to stop an Android service?
I'm thinking of having the service continually check for the existence of a
file on the SD card and exit when the file is deleted.
Is this so bad?
--
You received this message because you are subscribed to the Google
Groups "Android Develo
Write a ContentProvider for your free version that offers the data files to
the requesting paid version. You should define a permission for your
ContentProvider with protectionLevel=signature so no unauthorized third
party app can request that data from your ContentProvider (you must sign
the p
Hello, I have an application on google play that currently only has a free
version.
I would like the users to be able to upgrade to the paid version (from
within the app or on google play) and maintain the data for
the application in the SQLite database. In essence, is there an easy way to
up
Please see
http://www.techrepublic.com/blog/app-builder/handling-orientation-changes-in-the-android-ui-framework/225
You should make a folder called layout-land, I think.
On Tuesday, December 4, 2012 1:10:31 AM UTC-6, Seshu wrote:
>
> Hi All,
> Currently i am developing an applicatio
Please see
http://www.techrepublic.com/blog/app-builder/handling-orientation-changes-in-the-android-ui-framework/225
You should make a folder called res-land, I think.
On Tuesday, December 4, 2012 1:10:31 AM UTC-6, Seshu wrote:
>
> Hi All,
> Currently i am developing an application fo
Maybe this:
tv.setPaintFlags(tv.getPaintFlags() & ~Paint.STRIKE_THRU_TEXT_FLAG);
On Wednesday, December 5, 2012 6:00:21 AM UTC-6, sree wrote:
>
> TextView tv=(TextView) v.findViewById(android.R.id.text1);
>
> tv.setPaintFlags(tv.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG);
>
> using the abo
Yes, you're right.
I had to change the bind calls to this:
GLES20.glBindTexture(GL_TEXTURE_EXTERNAL_OES, mTextureID);
Thanks.
On Tuesday, December 4, 2012 6:06:18 PM UTC-6, RichardC wrote:
>
> I don't think your bind texture call is correct see *bold* below:
>
> *"The texture object uses the
Hi Friends,
Hope you are doing fine. Please let me know if you have someone with you
available for the below mentioned requirement...
Please send profiles to m...@tekenergyusa.com
*Position: Sr. Java Developer*
*Location: Boston, MA*
*Duration: 6+ Months Contract*
*Required Skill:*
- Minimum 8+
In addition to acquiring a partial wake-lock, try to make your service a
foreground service.
This causes the service to be considered a foreground process and it shows
the user a notification on the notification bar.
See the method Service#startForeground(int id, Notification not) in the
api-doc
I know latest Qualcomm support WFD with their own solution on JB.
But the API doesn't open to public.
Thanks.
Lee.
2012년 11월 8일 목요일 오후 11시 21분 12초 UTC+9, Eric Wong (hdmp4.com) 님의 말:
>
> Does anyone knows if it is possible to build an apk to allow the a
> non-Android 4.2 device to have Miracast c
i did... RTFM.
If you're too lazy to actually do the very first couple of tutorial or read
the documentation explaining this subject and instead just decide to ask
for help, don't expect people to line up.
On Wednesday, December 5, 2012 2:28:15 AM UTC-5, Seshu wrote:
>
> Can u give any soluti
his suggestion is a step in the right direction... it just takes some work
to accomplish properly.
Android does not have a text widget that automatically resizes the font to
fit the available space, so you'd have to create one... if you don't want
to start from scratch, just do a search for aut
Maybe setPaintFlags to null...
Στις 5 Δεκ 2012 2:02 μ.μ., ο χρήστης "sree android" <
android.sreeni...@gmail.com> έγραψε:
> TextView tv=(TextView) v.findViewById(android.R.id.text1);
>
> tv.setPaintFlags(tv.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG);
>
> using the above line of code we can st
I created a file digital_clock_background.xml (inside res/drawable) and put
this code:
http://schemas.android.com/apk/res/android";
android:padding="10dp"
android:shape="rectangle" >
So my AppWidget layout is basically:
http://schemas.android.com/apk/res/andr
TextView tv=(TextView) v.findViewById(android.R.id.text1);
tv.setPaintFlags(tv.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG);
using the above line of code we can strike the text,but how can i
remove the strike on the text.like reverse of above.
--
You received this message because you are sub
If on activityresults I call plusclient.disconnect() and
plusclient.connect(), it refresh button label. But I don't think it the
right way to do this :)
Il giorno mercoledì 5 dicembre 2012 12:36:58 UTC+1, A.F. ha scritto:
>
>
> PlusOneButton:
>
> http://developer.android.com/reference/com/googl
PlusOneButton:
http://developer.android.com/reference/com/google/android/gms/plus/PlusOneButton.html
It works if you instantiate PlusClient and create a PlusButton, but when
you click on it, label +1 change into a rotating (indefinite) progress bar
and it stay rotating forever.
ActivityResult g
Hmm, not had any luck with this. Anyone else ever got something working?
Seems like a very simple requirement to achieve that's possibly
unachievable...
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email
Where are these things you are talking about?
And what exactly do you want to do?
On Wed, Dec 5, 2012 at 1:09 PM, A.F. wrote:
> When user click on a PlusOneButton it starts a new activity for result.
>
> +1 is actually saved, but button still display a rotating "progressbar"
> forever.
>
> 1) W
The String with the name btnButton is accessible through
R.string.btnButton, for example: String myButtonText =
getApplicationContext().getString(R.string.btnButton);
The Button component is accessible through R.id.btnButton, for example:
Button myButton = (Button) findViewById(R.id.btnButton);
When user click on a PlusOneButton it starts a new activity for result.
+1 is actually saved, but button still display a rotating "progressbar"
forever.
1) What result is used for? I guess to do a custom action on +1 action by
user
2) How can I refresh plusonebuttons status?
I can't find any
Dear all,
we finally have a working app decoding H264 video from a live source using
the new MediaCodec API. If we do not pass any surface object in the
Configure method of the MediaCodec, we can read the decoded buffers in YUV
format after each call to DequeueOutputBuffer. Now, when we pass a
Ok, well, it turned out, that this was a problem of the emulator, testing
on a real device solved this problem.
Alex
--
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
On Wednesday, December 5, 2012 12:14:49 AM UTC-8, Nikolay Elenkov wrote:
>
> On Wed, Dec 5, 2012 at 4:58 PM, erdal >
> wrote:
> > Thank you for your reply!
> >
> > We have a server that needs to do some periodic requests so we would
> need
> > the refresh token,
> > I noticed there is a Bu
Hi,
This code talks about storing in DB and the code snippet is PHP. I don't
want to use DB and want expose a RESTFUL webservice in android which will
be consumed from web.
Regards,
Ashish Jain
On Monday, 3 December 2012 15:31:42 UTC+5:30, Amey Bapat wrote:
> Hi Ashish i hope this helps you
My initial response would be: Write some code!
What have you tried so far?
On Wed, Dec 5, 2012 at 10:02 AM, Tom wrote:
> Hi,
>
> if know anyone answer this question "How to send and receive the datas from
> webserver to client server using htttpurlconnection?". please help me..
>
> Thanks in ad
Hi,
if know anyone answer this question "How to send and receive the datas
from webserver to client server using htttpurlconnection?". please help me..
Thanks in advance...
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this
Haha. The list of experience :)
Seriously though, sometimes you just need to answer, but I think that if you
find you have to do it am lot, something is wrong with your process.
It took us a while, but we learned how to handle it.
- Brill
Keith Wiley wrote:
>On Tuesday, December 4, 2012 4:0
dear all i want to learn anthroid and i never learn for my life please
could you tell the easiest way to learn anthroid application and where can
i find could you help me again
On Mon, Dec 3, 2012 at 1:01 PM, Amey Bapat wrote:
> Hi Ashish i hope this helps you..
>
> http://www.codeproject.com/Ar
On Wed, Dec 5, 2012 at 4:58 PM, erdal wrote:
> Thank you for your reply!
>
> We have a server that needs to do some periodic requests so we would need
> the refresh token,
> I noticed there is a Bundle extras parameter in the getToken function, but I
> couldn't find any documentation for it.
>
If
When I said trivial, I was only referring to the Fragment vs. Activity
aspect.
On Wednesday, December 5, 2012 4:43:30 AM UTC+8, Spiral123 wrote:
>
> I don't think its as trivial as you suspect I'm afraid.
>
> The API is new, not just an upgrade of the old one. We now have markers,
> polylines
50 matches
Mail list logo