Thank you very much, you helped lot.
Domingo, 9 de Setembro de 2012 1:15:32 UTC+1, pharaoh escreveu:
>
> Hello guys.
> I am developing a application and in a activity a I want it to be similar
> to ICS settings application, i.e. in the left side I have a ListFragment
> with 4 categories and in
On Sat, Sep 8, 2012 at 8:15 PM, pharaoh wrote:
> I am developing a application and in a activity a I want it to be similar to
> ICS settings application, i.e. in the left side I have a ListFragment with
> 4 categories and in the right a Fragment with content of each category, and
> each category
Hello guys.
I am developing a application and in a activity a I want it to be similar
to ICS settings application, i.e. in the left side I have a ListFragment
with 4 categories and in the right a Fragment with content of each
category, and each category has a different layout, and I ran into a
>
> Thank TreKing for your assistance,
> I am sorry if I was not clear in my description but I guess you are
> correct(that no one can give me a definitive answer).
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group
Thanks a lot *Raghav *for your assistance, I have a question please,
>
> What do you mean with math concepts?
>
> Also,If it possible, I would like a way to contact you in case I need help
> with a certain subject in my project.
>
--
You received this message because you are subscribed to the G
Thanks a lot *Raghav *for your assistance, I have a question please,
What do you mean with math concepts?
Also,If it possible, I would like a way to contact you in case I need help
with a certain subject in my project.
On Tuesday, September 4, 2012 8:51:14 PM UTC+3, Raghav Sood wrote:
>
> Yes,
I've seen similar "class not found" in my Market reports, for other types
of components, which are clearly present in the app.
Personally, I just ignore them - but your "about half" sounds way too high.
I'd recommend testing your app on the lowest platform version it's marked
as supporting, just
On Sat, Sep 8, 2012 at 3:44 AM, rauf qureshi wrote:
> i am troubling with above code
Learn to debug your own code or post a *small* sample of code with a
*clear*explanation of the problem you're having.
Posting a giant blob of code with nothing more than "I have a problem with
this" is a fanta
On Sat, Sep 8, 2012 at 5:19 AM, mohammed Nuhail wrote:
> How to import excel file to sqlite database to retrieve a data ?
Write code to do it.
If you have a question that's a little more specific than that, you'll
probably get a better answer.
-
I've been doing this ADK stuff for a while. I kept running into the issue
boards either too big or not able to supply power to my phone. I've
developed a small Arduino compatible development board that I use all the
time for this now. It's small and inexpensive compared to other things that
are
Already addressed here: http://stackoverflow.com/q/12333115/115145
On Sat, Sep 8, 2012 at 2:17 PM, Ehsan Sadeghi wrote:
> I create a broadcast receiver :
>
> package ir.smspeik.sms;
>
>
> import android.content.BroadcastReceiver;
> import android.content.Context;
> import android.
I create a broadcast receiver :
package ir.smspeik.sms;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.telephony.SmsMessage;
public class ReceiveSms exten
A better way than e-mailing the apk is to use a link to a website. That way
you can keep the APK up to date and not have to send out anything more than
a notice there's an update.
It's more efficient band-width wise too.
-John Coryat
On Saturday, September 8, 2012 9:21:58 AM UTC-5, cjs264 wro
Thanks all,
I'm really new at this and I didn't know I could send the apk file to email
and have users download it that way as well. Thanks for your replies!
On Sunday, September 2, 2012 3:38:55 PM UTC-7, Kristopher Micinski wrote:
>
> No, if you require this then you should protect the app's wo
to license my app must use google api even not use maps etc???
On Saturday, September 8, 2012 4:50:34 PM UTC+3, lselwd wrote:
>
> WHAT SUPPOSED to read first
> how to sign my App and get apk file,
> or the:
> http://developer.android.com/guide/google/play/licensing/index.html
>
--
You received
WHAT SUPPOSED to read first
how to sign my App and get apk file,
or the:
http://developer.android.com/guide/google/play/licensing/index.html
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-devel
On Sat, Sep 8, 2012 at 9:34 AM, powder366 wrote:
> OK. Is there a description that says what kind of letters, number etc. you
> get using one InputType.
Not really.
> I've seen this link:
> http://developer.android.com/reference/android/text/InputType.html
And that is all the documentation we h
OK. Is there a description that says what kind of letters, number etc. you
get using one InputType.
For example InputType.TYPE_CLASS_NUMBER; gives you 1,2,3,4 etc. or do I
need to test each of them to see what I get?
I've seen this link:
http://developer.android.com/reference/android/text/Inpu
You cannot force input method editors (IMEs) to have any particular
keys. You can *request* general *classes* (e.g., numeric), and the IME
*may* elect to honor that request. However, there isn't even a way to
request a particular key, let alone any way to ensure that it will be
there.
Either use a
How can I add colon(:) to the soft keyboard with the input type
InputType.TYPE_CLASS_NUMBER Currently I have the following code:
NumberKeyListener keyListener = new NumberKeyListener() {
public int getInputType() {
return InputType.TYPE_CLASS_NUMBER;
}
@
What doubts do you have exactly? To be honest, I don't understand your problem
and your piece of code also doesn't explain what you are trying to achieve.
Please be more exact here and give us the details of your goals and doubts.
--
You received this message because you are subscribed to the
During the initial run of your application you can copy the required files
from the package to the sd card.Bonus points if you use the standard folder
( /data/Android/your.app.name/files or some such)
On Friday, September 7, 2012 7:53:45 AM UTC-4, drstikko wrote:
> Hello,
>
> as far as I know
for date you have to give Date as datatype
On Fri, Sep 7, 2012 at 9:28 PM, TreKing wrote:
> On Fri, Sep 7, 2012 at 3:31 AM, Sadhna Upadhyay > wrote:
>
>> how to store date in sqlite and do sql query on date
>
>
> A: This is not specific to Android.
> B: http://justfuckinggoogleit.com/
>
>
> -
How to import excel file to sqlite database to retrieve a data ?
--
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
Ok I will explain.
Using animation I need to move my image randomly throughout the view.I
am using canvas and drawables for this
Any way I got solutionSo leave it.
Thanks.
On Friday, 7 September 2012 16:19:57 UTC+5:30, Haris wrote:
>
>
>
> For my application I need to
Jan Burse schrieb:
- Runtime Library (free) III: The Android version is now also
available on Google Play.
Update:
Since now, also live on Amazone Appstore for Android.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this g
>
> Thanks for all your help.
looks like the place to make this call is in:
@Override
public void onCreate(SurfaceHolder surfaceHolder) {
}
Beware: this is called once and only once in "run" mode what the wallpaper
is launched and each time the wallpaper is "viewed"
package com.example.splashscreentest;
import java.util.List;
import java.util.Vector;
import org.json.JSONObject;
import org.ksoap2.SoapEnvelope;
import org.ksoap2.serialization.AttributeInfo;
import org.ksoap2.serialization.PropertyInfo;
import org.ksoap2.serialization.SoapObject;
import org.kso
have a FrameLayout containing two SurfaceViews. One of them will show
the camera preview, and the other is a custom surface view I use for
drawing. Problem is the surface view does not show up. If I comment
out the line where the camera starts preview, it does though, on the
black background. This
Hi TreKing,
Thanks for the idea, it sounds good. I will try it.
On Friday, 7 September 2012 16:31:37 UTC+5:30, Abhishek Kumar Gupta wrote:
>
> I want to remove(clear) the sharedpreferences of one application from
> other application. I have tried the following code in the other application
> to
On Sat, Sep 8, 2012 at 2:43 AM, Abhishek Kumar Gupta
wrote:
> Can you suggest any way do it?
>
Send a message to app B from app A, either as an Intent extra when you
start the Activity, or as a Broadcast you send, which tells the Activity B
to clear that preference.
-
On Sat, Sep 8, 2012 at 1:23 AM, Haris wrote:
> I just meant some link where I can refer for the above question
But your above question doesn't make much sense. In fact, your above
question isn't a question at all.
32 matches
Mail list logo