Morning Every All
Kindly seeking assist with a project that am currently working on that
requires an app that supports iso8583 message for mobile phones .
A pointer to an example of or a working prototype can be very helpful .
--
You received this message because you are subscribed to the Go
Hey... Just curious if you were able to find a solution to this.
On Friday, July 29, 2016 at 1:37:49 PM UTC-7, tidyg...@gmail.com wrote:
>
> Hi All,
>
>
>- Android 6.0 Marshmallow broke all known commercial call recording
>applications
>
>- We can understand why Google may not hav
help, I have a Chinese phone oppo u707t and I could not install google
services, not even I could do fastboot oem unlock, if anyone knows how to
change the coloros or install google services
--
You received this message because you are subscribed to the Google Groups
"Android Developers" group
Dedicated keyboard skins are available like this
http://www.solotype.com/images/thumbs/0001168_430.jpeg which showed
shortcut keys cheat sheets directly on the keys. This is called a
dedicated keyboard.
I was thinking I would be great if these dedicated keyboard skins were
available on tablets I ha
Hi Giuseppe,
You can call MediaController's show(int timeout) method and pass
MediaPlayer.getDuration() as parameter to it.
Something like
myMediacontroller.show(myMP.getDuration());
I hope this helps.
Cheers,
Isaac
On Jan 18, 4:19 pm, Giuseppe wrote:
> I would like to
Is the app you are trying to start, a service?
On Fri, Oct 28, 2011 at 11:48 AM, Omollo Ateng wrote:
> Hi there, am developing an application using both activity and service. I
> would like a widget to be on the screen such that if clicked (tapped), it
> starts my app, and if again tapped - in a
If I have got your question right, for your app to app method. You can store
the first time value or I'd as a shared prefrences. In your second device.
So if your second device gets a new or different I'd. You can stop the
receive in device 2. (P.S you can set an auto incremental is for this)
On Oc
I have an error on 'else' code on if-else statment. What's wrong, pls
advise. Thank you.
//click on one of chapters
list.setOnItemClickListener(new OnItemClickListener()
{
public void onItemClick(AdapterView parent, View view,
int position, long id)
{
Stri
I using a listView, but I set its background color to white, due to
application requirements.
when I run application, it showed a blank white screen when it went
into the 'chapters-menu' activity. It only show when I 'highlight' the
entire listView while application is running.
I've a xml file th
*Getting a String to AppWidget via GetExtras (or) Shared prefrences:*
I have an app widged which basically has a textview. I also have an activity
which displays a textview from string created within. Now i have a button in
Activity 1 which onClick will send data (string to appWidget class) I trie
Hi, i need to create an application for my corp, my question is can i
create a OTA like blackberry for download, i want to write url for my
application in browser and download the application.
Thanks for answer
--
Ing. Roger Isaac Navarro Pérez, Desarrollador
Skype: roger.isaac.navarro.perez
I'm having problems using the RecognizerIntent API on Android 2.2.
When I call the API using this code:
Intent intent = new
Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,
RecognizerIntent.LANGUAGE_MODEL_WEB_SEARCH);
startActivityForRe
I've been reading Mark Murphy's books about Android programming and I
am having trouble understanding some things about services. As I
understand it there are "local" and "remote" services that I can
create. However, what I don't understand are the use cases for when
you would use one over the ot
CORBA no. However, you can do client server apps using ICE from ZeroC
(http://www.zeroc.com/labs/android/index.html). I did CORBA
programming several years ago and stumbled onto ICE a year or so ago.
I've not done anything other than simple stuff, but from what I've
seen it is fairly easy to use.
I've got a TextView that I allow to expand to fill the remaining
available size in my layout. I'd like for the font size to
automatically increase to fill the entire TextArea, if possible. Does
anyone know of a way to make this happen?
--
You received this message because you are subscribed to
, May 15, 2010 at 8:18 PM, Mark Murphy wrote:
> Isaac Wagner wrote:
>> I'm creating my first widget and ran into a snag. I have several
>> buttons on this widget and need a way to register an onClick action
>> for each of the buttons. So far I've only found exam
I'm creating my first widget and ran into a snag. I have several
buttons on this widget and need a way to register an onClick action
for each of the buttons. So far I've only found examples where they
start a configuration activity from a widget button. Does someone
have example code on using bu
> This discussion list gets a lot of people asking questions where they
> are barking up the wrong tree. It is commonplace to inquire about their
> rationale for barking up that tree and steer them in the direction of
> more common patterns. Sometimes, the barking is indeed up the correct
> tree, b
On Sun, Apr 18, 2010 at 3:25 PM, Justin Giles wrote:
> Why would you want to allow them to set it in settings when Android handles
> the rotation automagically? All you have to do is have a xml file in your
> "layout" directory, then for landscape have a xml file (with the same name)
> in your "l
On Sun, Apr 18, 2010 at 2:24 PM, Anurag Singh wrote:
>
> Specify in your manifest file into Activity block as
> android:ScreenOrientation="portrait"
>
My question is, how do I change the orientation through my program? I
want the user, through a settings option, to be able to change the
orientat
I've got an app that I don't want to auto-rotate. Currently, I've got
it set up so that it is always in portrait mode. However, I'd like to
add a setting to my preferences where the user can choose either
portrait or landscape mode. Is there a way to force screen rotation?
Or, could I perhaps ma
Thank you!
On Tue, Apr 6, 2010 at 8:16 AM, Jason LeBlanc wrote:
> Search the forum for "complains of shrinking font size"
>
> J
>
> On Apr 6, 2010 7:07 AM, "Isaac Wagner" wrote:
>
> I published an app that works in all the emulators I've tried a
called "Just GPS" by "42 Productions" and is free in the
Android market.
Thanks,
Isaac
--
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.co
Is it possible to send an HTML email with an inline image via the SDK?
--
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
an
I want to write an app that would just be for my phone. I don't
intend to distribute it. Basically, what I want to do is write a
replacement phone app. However, all the phone API's that the existing
phone app uses are all internal non-public API's.
So, my questions:
1. I've seen time and time
On Wed, Mar 31, 2010 at 7:44 AM, Mark Murphy wrote:
> Isaac Wagner wrote:
>> On Tue, Mar 30, 2010 at 10:34 PM, Mark Murphy
>> wrote:
>>> Isaac Wagner wrote:
>>>>> startActivity(new Intent(Intent.ACTION_CALL, "tel:..."));
>>>> Yes,
On Tue, Mar 30, 2010 at 10:34 PM, Mark Murphy wrote:
> Isaac Wagner wrote:
>>> startActivity(new Intent(Intent.ACTION_CALL, "tel:..."));
>>
>> Yes, but that brings up the dialer. I don't want the dialer UI to
>> come up on the screen.
>
&g
On Tue, Mar 30, 2010 at 10:22 PM, Mark Murphy wrote:
> Isaac Wagner wrote:
>> In the Android docs for the CALL_PHONE permission it says: Allows an
>> application to initiate a phone call without going through the Dialer
>> user interface for the user to confirm the call being
In the Android docs for the CALL_PHONE permission it says: Allows an
application to initiate a phone call without going through the Dialer
user interface for the user to confirm the call being placed.
So, my question is, how do I make a phone call through the API without
it bringing up the dialer
I've got an app where I don't want the screen to rotate when they
rotate their device -- I need to keep the app in portrait mode all the
time. How do I do this? Thanks.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group
e code of existing Phone APP and modify to suit your needs.
> I don't think so by keeping the existing dialer you can achieve your
> requirements
> LG
>
>
> On Fri, Mar 26, 2010 at 10:36 AM, Isaac Wagner
> wrote:
>>
>> I've been hunting for a solution fo
I've been hunting for a solution for days and can't find an answer.
I've got an application where I need to place multiple calls in a row.
I can invoke the dialer just fine and it starts calling the number.
The problem is that after the call is over the call log comes up. I
don't want the call lo
On Tue, Mar 16, 2010 at 3:56 PM, Mark Murphy wrote:
> Isaac Wagner wrote:
>> After the 100 messages limit Android pops up a dialog saying something
>> about sending a large number of messages and asking the user if they
>> want to continue. When they click OK or Ca
BTW: I'm using the 1.5
emulator. I've not yet tried it in a later version of Android.
On Tue, Mar 16, 2010 at 8:21 AM, Mark Murphy wrote:
> Isaac Wagner wrote:
>> So, I've hit the 100 text messages per hour limit from my application.
>> Is there:
>>
>&
> D) Recognize that sending 100 text messages per hour is going to be
> expensive for many Android device users, and so having this confirmation
> is good for Android as a whole, even if it means you cannot do whatever
> it is you are trying to do.
>
I agree that this is a good thing to have in pl
So, I've hit the 100 text messages per hour limit from my application. Is
there:
A) A way to work around that without rooting the phone
B) A way for my application to push the OK button on the dialog that pops up
C) Panic
Thanks.
--
You received this message because you are subscribed to the
I've got an application where I need to dial a phone number. This is
how I'm starting the dialer:
int DIAL = 1;
Intent dial = new Intent(Intent.ACTION_CALL, Uri.parse("tel:5551212"));
startActivityForResult(dial, DIAL);
After the phone call is ended the dialer automatically goes to the
call log
uld be for Google to add a HANG_UP_CALL
permission and expose the hangup() method to the public API, but it
doesn't appear that will happen. :(
Thanks,
-Isaac
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post t
I like it. Hopefully Google will listen. I'll sign it.
On Sun, Feb 21, 2010 at 8:43 AM, Rob Irondad wrote:
> Hi fellow developers.
> I've come up with this text for a petition (warning: long):
>
> http://docs.google.com/View?id=dd9hmc43_0c9zh58gd
>
> You're all welcome to review it and send yo
I can't
seem to find any useful information on doing that.
As an alternative, is it possible to dial a number without leaving my
activity? That would also work for me.
Any help would be much appreciated. Thank you.
-Isaac
--
You received this message because you are subscribed to the Goo
I see in your demo video you seem to have a new style of icons for
Android 2.0 - when are you going to update the Icon Guidelines for
2.0? I would like to update my icons to fit in with the UI as soon as
possible - it is very important to me that my icons fit in with the
rest.
Thanks,
Isaac
That's what I suspected. Thanks!
On Jul 28, 3:32 pm, Romain Guy wrote:
> You can't "fix" it because it's not an issue. XML files are compiled
> to binary XML for faster parsing on the device. It's the same data,
> but a different format.
>
> On Tue
Hello,
When I extract a XML file from res/layout in an APK file it is garbled
up. How can I fix this?
Thanks,
Isaac
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to
problem? Thanks, Isaac Waller
--~--~-~--~~~---~--~~
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 g
I have read that article before, it is very informative, but I do not
see anything about retaining the scroll position. I know it has
something to do with the saved instance state, but I do not know how
to restore this at a certain time? Thanks,
Isaac
On May 24, 2:53 am, Mark Murphy wrote
How would I delay the saved state application until I load the service
then?
LOADING is my android:empty view - I guess I could remove it...
Thanks,
Isaac Waller
On May 23, 9:11 pm, Marco Nelissen wrote:
> On Sat, May 23, 2009 at 8:27 PM, Isaac Waller wrote:
>
> > No, what you are
. It looks quite ugly. And then there is the losing of scroll
position and focus too.
On May 23, 8:23 pm, Marco Nelissen wrote:
> "hanging the UI thread" is the hack. I suggest you do it the right way
> instead.
>
> On Sat, May 23, 2009 at 8:09 PM, Isaac Waller wrote:
>
Even if I changed that, I would lose the saved list scroll position
and selected item.
I do not want to make some hack around running it in the UI thread - I
want to hang the UI thread.
On May 23, 8:06 pm, Jason Proctor wrote:
> >If I do this, then I lose the benefits of running it in the UI thr
server you're
> fetching data from)?
The data is inside a List inside my service, already pre-made. It
should take basically no time at all.
How would I fix the deadlock?
On May 23, 5:33 pm, Mark Murphy wrote:
> Isaac Waller wrote:
> > In my Android application, I have a ListActivit
ooper.loop()
(I don't know why.)
Sorry for such a long question,
Isaac Waller
--~--~-~--~~~---~--~~
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
Greetings. You might find the OpenIntents keystore project of interest
as well:
http://code.google.com/p/openintents/wiki/CryptoIntents
It would be great to build something compatible, since the goal of the
openintents project is interoperability :)
peace,
isaac
Hello,
I have a .odex and a .apk file. I understand that the .odex is just
the classes.dex file extracted, so if there is some way I can put it
back in so I can install it on the emulator? I am getting errors about
classes.dex without that.
Thanks,
Isaac
rypt, and store keys using the
same master password that the user enters once, which is somewhat of
an advantage over directly using the bouncycastle implementation,
depending on the need of your application:
http://code.google.com/p/openintents/wiki/CryptoIntents
peace,
53 matches
Mail list logo