[android-developers] WORKSHOP ON BUILDING MOBILE APP USING ANGULAR 5 & IONIC 3

2018-03-28 Thread chenna katagar
‘NBITS’ Offering One Day WORKSHOP on *Building Mobile APP Using Angular 5 & Ionic 3* this weekend by Industry Expert. This is your opportunity to start learning Angular now and bring your web developments to

Re: [android-developers] Streaming Video

2011-11-03 Thread Chenna Venkatasubbaiah
You can use RTSP to streaming your videos using VideoView and MediaPlayer classes. thanks Chenna On Thu, Nov 3, 2011 at 6:01 PM, Siva Prakash siva.yuvan2...@gmail.comwrote: Hi I have list of videos in my storage server from which I want to stream them to phone. What is the best way

[android-developers] Re: How Will I dwevelop Bar code scanner for android ?

2011-11-01 Thread Chenna
You should have a barcode decoding engine to decode barcode from a image frame. Camera API provides frames, which needs to be processed for decoding barcoes. You can use Zxing or RedLaser barcode scanners http://code.google.com/p/zxing/ http://www.redlaser.com/ thanks Chenna On Nov 1, 2:24 pm

[android-developers] Re: Android library project: how to overwrite an activity?

2011-10-26 Thread Chenna
resources for the same. hope this helps. thanks Chenna On Oct 26, 2:18 pm, Francesco nolano...@gmail.com wrote: hi all, this is my situation: i have a library project, and a project referencing it. I know that is very simple to redefine any resource in my project, because in cases where a resource

[android-developers] Marquee Text on rectangle with canvas

2011-10-26 Thread Chenna
Hi I have a surface view and i am drawing some rectangles on surface view with canvas.drawrect().. Further, I want to add marquee text on rectangle. Please let me know how i can add marquee text on rectangle programatically with canvas. thanks Chenna -- You received this message because you

[android-developers] Re: Android library project: how to overwrite an activity?

2011-10-26 Thread Chenna
testdata and assign R.string.Textdata this R is belongs to your library. And use this variable to set in yr text view. When you create a Client app Activity get the string resource from client app resource and assign Configurator.testData = R.string.testdata this R is from client app. thanks Chenna

[android-developers] Re: Android library project: how to overwrite an activity?

2011-10-26 Thread Chenna
Ok I got it. Make your SecondActivity as abstract class in yr library and create a clientSecondActivity class and extend SecondActivity OverRide onCreate() method and add required views. thanks Chenna On Oct 26, 7:47 pm, Francesco nolano...@gmail.com wrote: Ok, thanks Chenna, for your help

[android-developers] Re: Display Video view in a curved shape

2011-10-18 Thread Chenna
Thanks Subin. I tried to create a shape with rectangle with rounded corners in xml and added this as a background to VideoView. But did not displayed video. How http://qik.com/ created videoViews? thanks Chenna On Oct 18, 12:43 pm, Subin Sebastian subinsebast...@gmail.com wrote: Chenna

[android-developers] Display Video view in a curved shape

2011-10-17 Thread Chenna
Hi I am doing a live video stream and displaying in video view. But this video view is in rectangle. But i want to display video in a curved shape. How to draw a video view into a required shape. thanks Chenna -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Button/ImageButton Rotation Not working

2011-10-11 Thread Chenna
)); matrix.postTranslate((float)20 * density, height -10); homeButton.setImageMatrix(matrix); Please let me know anything needs to be done. thanks Chenna -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: LinearLayout Rotation Issue

2011-10-05 Thread Chenna
any one help me this? On Oct 4, 5:22 pm, Chenna chenn...@gmail.com wrote: Hi I am forced to fix my CameraPrview Activity in landscape. Now i am adding buttons on top of surface with linear layout and rotating the same with Animation. After rotating my buttons are not clickable. before

[android-developers] LinearLayout Rotation Issue

2011-10-04 Thread Chenna
LinearLayout(horizontal) with couple of buttons I have two issues. 1. After rotation buttons are not clickable. 2. I dont know what values to provide in rotate xml to bring all layout to top of the portrait. Now i am getting at center. thanks Chenna -- You received this message because you

[android-developers] Camera Orientation Issue

2011-10-03 Thread Chenna
toolbar displayed in landscape. I want to use camera in landscape and place buttons in portrait. is there a way i can acheive this? -- *Thanks* *Chenna* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Getting ActivityResult on click of a Button

2011-10-03 Thread Chenna
Chenna -- 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

Re: [android-developers] Getting ActivityResult on click of a Button

2011-10-03 Thread Chenna Venkatasubbaiah
done button in subactivity. I am creating a Message object and returning message.sendToTarget() is it the right way I am doing? thanks Chenna On Mon, Oct 3, 2011 at 5:59 PM, Mark Murphy mmur...@commonsware.com wrote: On Mon, Oct 3, 2011 at 7:41 AM, Chenna chenn...@gmail.com wrote: I have

[android-developers] Camera Orientation Issue

2011-10-03 Thread Chenna
toolbar displayed in landscape. I want to use camera in landscape and place buttons in portrait. is there a way i can acheive this? -- *Thanks* *Chenna* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Re: Camera Orientation Issue

2011-10-03 Thread Chenna Venkatasubbaiah
are working. How t overlay button in portrait mode? thanks Chenna On Tue, Oct 4, 2011 at 2:50 AM, Adam Ratana adam.rat...@gmail.com wrote: I may be mistaken, but for 2.1 specifically, most developers lock the camera to landscape for maximum compatibility across all phones. This is true

[android-developers] Camera Orientation Issue

2011-10-02 Thread Chenna Venkatasubbaiah
toolbar displayed in landscape. I want to use camera in landscape and place buttons in portrait. is there a way i can acheive this? -- *Thanks* *Chenna* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Problem with Camera images

2011-09-26 Thread Chenna
i am making a rectangle view in portrait mode to get the barcode frame. Pl guide me. thanks Chenna -- 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