[android-developers] CALL ,SMS,MMS and DATA developinig in Android application

2011-06-16 Thread Ganesh Vadlakonda
Hi friends,

  Iam new to  this  group.
I am developiong one application in android. that has implementation
regarding the call,sms,mms and data transfer.
will please help me how to use these concepts in android.



Thanks in Advance.

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: How to perform Pinch zoom out or zoom in using MonkeyRunner

2011-06-30 Thread Ganesh Vadlakonda
multi touch is not fully implemented in android upt 2.0 and above also
i think

but you go and follow this link you may get complete idea regarding
that.
http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-2/1747?tag=rbxccnbzd1

On Jun 30, 2:27 pm, Karthikeyan R  wrote:
> Hi,
>
> I would like to perform multi touch zoom in and zoom out operations
> using monkeyrunner.
> Could someone give me pointers for doing the same.
>
> Thanks in advance.
>
> Thanks
> --Karthik

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to Develop a Google tv appliction for Auto turn on & off

2012-01-02 Thread Ganesh Vadlakonda
Hi..all,

recently i have started the google tv app development.
i have configured sdk  and addons.
But My question is  that  we have an option for normal tvs to turn
off(sleep)   and turn on by pressing remote on/off button.
my intention is to turn on the tv programatically  and also turn off
the tv programatically for different time intervels through my
application in the google tv.

i have written some code by using alarm manager to put time intervels
for tv on/off.
But i am unable to do how to write the code to access tv on/off button
functionality.

If anybody knows can you please help me out in this area.
Thanks in advance.

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: How to develop the Voice Commands to my application in Android

2012-05-11 Thread Ganesh Vadlakonda
Thank you for the valuable information.
I am going through this link to develop my application.



On May 11, 11:37 am, asheesh arya  wrote:
> just go through this 
> linkhttp://eagle.phys.utk.edu/guidry/android/speakToMe.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-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


[android-developers] Re: How to develop the Voice Commands to my application in Android

2012-05-11 Thread Ganesh Vadlakonda
thank you.

And i would like to perform the voice commands action to open the menu
actions of an application like
for example an Email application.

I would like to handle the inbox,outbox,sentitems,and other folders by
voice commands.

Can you please explain the procedure to do this way.

thanks in advance

On May 11, 11:37 am, asheesh arya  wrote:
> just go through this 
> linkhttp://eagle.phys.utk.edu/guidry/android/speakToMe.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-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


[android-developers] Regarding Esri maps loading into an android application

2012-05-15 Thread Ganesh Vadlakonda
Hi,

I am working on Esri maps.

i have downloaded the ArcGis SDk for Android and added the plugin to
eclipse.
I have worked on some sample examples.
the examples are worked properly for two days.

Now i am trying to run those examples I am getting the following error
like class not found Exceptions as below



05-15 12:55:57.257: E/AndroidRuntime(31189): FATAL EXCEPTION: main
05-15 12:55:57.257: E/AndroidRuntime(31189):
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.vr.maps/com.vr.maps.VRMapsActivity}:
android.view.InflateException: Binary XML file line #7: Error
inflating class com.esri.android.map.MapView
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
1651)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
1667)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.app.ActivityThread.access$1500(ActivityThread.java:117)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.os.Handler.dispatchMessage(Handler.java:99)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.os.Looper.loop(Looper.java:123)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.app.ActivityThread.main(ActivityThread.java:3691)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
java.lang.reflect.Method.invokeNative(Native Method)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
java.lang.reflect.Method.invoke(Method.java:507)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:847)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
dalvik.system.NativeStart.main(Native Method)
05-15 12:55:57.257: E/AndroidRuntime(31189): Caused by:
android.view.InflateException: Binary XML file line #7: Error
inflating class com.esri.android.map.MapView
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:581)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.view.LayoutInflater.rInflate(LayoutInflater.java:623)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.view.LayoutInflater.inflate(LayoutInflater.java:408)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.view.LayoutInflater.inflate(LayoutInflater.java:320)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.view.LayoutInflater.inflate(LayoutInflater.java:276)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:
207)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.app.Activity.setContentView(Activity.java:1663)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
com.vr.maps.VRMapsActivity.onCreate(VRMapsActivity.java:40)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
1047)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
1615)
05-15 12:55:57.257: E/AndroidRuntime(31189):... 11 more
05-15 12:55:57.257: E/AndroidRuntime(31189): Caused by:
java.lang.ClassNotFoundException: com.esri.android.map.MapView in
loader dalvik.system.PathClassLoader[/data/app/com.vr.maps-1.apk]
05-15 12:55:57.257: E/AndroidRuntime(31189):at
dalvik.system.PathClassLoader.findClass(PathClassLoader.java:240)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
java.lang.ClassLoader.loadClass(ClassLoader.java:551)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
java.lang.ClassLoader.loadClass(ClassLoader.java:511)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.view.LayoutInflater.createView(LayoutInflater.java:471)
05-15 12:55:57.257: E/AndroidRuntime(31189):at
android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:570)
05-15 12:55:57.257: E/AndroidRuntime(31189):... 20 more


Can you plese provide the solution.

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to adjust the downloaded image to multiple screens

2012-05-21 Thread Ganesh Vadlakonda
Hi all,

I am working on android applications.
I am getting some images from server. And I am downloading those
images to cache memory for offline also.
Later I am applying downloaded image to image view by converting as
bitmap.
But the issue is When the screen sizes changes the image is not
changing according to the screens  so that for smaller screens its
showing very big ,  for larger screens its showing very small.
Can any body give me the solution to scale my downloaded image for
multiple screens.


thanks in advance
Ganesh v

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: How to adjust the downloaded image to multiple screens

2012-05-22 Thread Ganesh Vadlakonda
Thank you  for reply,

I would like to do like   the following..

Drawable bitmapdrawable=BitmapDrawable.createFromPath((new
File(EventsListActivity.logoPath.getAbsolutePath(),
"logo.png")).getAbsolutePath());
  img_view.setImageDrawable(bitmapdrawable);


then can you please give me solution that how to scale the image as
drawable .
my image file is located in application cache  memory.


On May 22, 12:05 pm, imran ali  wrote:
> HI Ganesh,
> You can use bitmap scaling according to resolution of screen.
> //To get resolution
> Display display=getWindow().
> getWindowManager().getDefaultDisplay();
>         int height=display.getHeight();
>         int width=display.getWidth();
> //To scale bitmap
> Bitmap scaledBigmap=Bitmap.
> createScaledBitmap(originalBitmap, width, height, true);
> or
>           Matrix matrix=new Matrix();
>         matrix.postScale(width, height);
>     Bitmap scaledBigmap=Bitmap.createBitmap(originalBitmap, 0, 0, width,
> height, matrix, true);
> originalBitmap.recycle();
>
> and use scale bitmap.
> Hope this will help you to resolve issue.
>
> Regards
> Imran Ali
>
>
>
>
>
>
>
> On Tuesday, 22 May 2012 11:53:49 UTC+5:30, Ganesh Vadlakonda wrote:
>
> > Hi all,
>
> > I am working on android applications.
> > I am getting some images from server. And I am downloading those
> > images to cache memory for offline also.
> > Later I am applying downloaded image to image view by converting as
> > bitmap.
> > But the issue is When the screen sizes changes the image is not
> > changing according to the screens  so that for smaller screens its
> > showing very big ,  for larger screens its showing very small.
> > Can any body give me the solution to scale my downloaded image for
> > multiple screens.
>
> > thanks in advance
> > Ganesh v

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to develop the screen like applications menu screen in android

2012-05-22 Thread Ganesh Vadlakonda
Hi all,

I am working on android.

My intention is to develop a screen with image icons like applications
screen in android.

for that I am using dashboard layout.But if the icons are increasing
this layout is looking bad.
But I want to develop the screen like home  or applications screen .
means if more than 9 icon images the the other should include to the
next page like in applications list as grid.
can anybody suggest me to implement this

Thanks in advance.

Ganesh

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to develop a free sms application to send through android device with a gateway of way2sms or 160by2....etc .kind of sites

2012-05-30 Thread Ganesh Vadlakonda
Hi,

I would like to implement the application like sending a sms for free
of cost like way2sms or 160by2  ...etc.
My intention is that with my 3g or data connection from phone i should
send an sms.
Can anybody explain how to implement this.
What r the requirements i need to implement this.

thanks in advance.

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to Apply the Dowloaded nine patch image as background to a view in Android?

2012-05-30 Thread Ganesh Vadlakonda
Hi all,

I am working on Android projects.

According to my requirements all the background images are coming from
the server.
So I am downloading some nine patch images into the cache memory as
extention with .9.png
When I am trying to apply the image is not splitting according to the
screen. instead it displaying the black colored border lines .

I am using the following code to apply.

layout.setBackgroundDrawable(BitmapDrawable.createFromPath((new
File(getCacheDir(), "hdpi_listheadbg.9.png")).getAbsolutePath()));

For the above code image is applying with borders of nine patch image.
I have also tried with the following code like

layout.setBackgroundDrawable(NinepatchDrawable.createFromPath((new
File(getCacheDir(), "hdpi_listbg.9.png")).getAbsolutePath()));

then its not displaying any image as bacground .

can any one explain me the situation  .that how to apply the dowloaded
ninepatch image from a url as background to a view.

thanks in advance.

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to Display the Images as 180 degrees and 360 degrees with scrolling facilities in Android?

2012-11-19 Thread Ganesh Vadlakonda
Hi All,

I am working on Android ,
My intention is that I am getting images like 180 degrees,and 360 degrees 
panoramic images .
I would like to show those images in android Activity fragments with 
providing scrolling and moving facilities to the user.
Can any one suggest me how to implement .
Thanks in advance.

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en