[android-developers] Create pdf in android programmtically

2016-04-07 Thread sardar khan
Hy every one can any one guide me how to create pdf in android programmatically. i want to write some text and some images to pdf programmatically can any one guide me thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe

[android-developers] Why am I getting this Google Play optimization tip

2016-04-07 Thread David Toledo
Hello Developers I received the following optimization tips in Android Developer Console *You translated the APK into English (United Kingdom), Portuguese (Brazil) and Russian but not the store listing.* My App have only the default res folders and files. No language specific folders or files

[android-developers] Direct Exemption from the Power Management Features in Android 6.0+ (Doze and App Standby)

2016-04-07 Thread wmcdeveloper
We have a real-time communications app that we will need to put on the battery optimizations whitelist so that it does not enter the doze state as it would break our core app functionality. We would need to request a direct exemption from the Power Management features in Android 6.0+ (Doze and

[android-developers] How to design a table layout in xml?

2016-04-07 Thread quique123
My question is split into a design question and a functional question. Actual questions are in red: *DESIGN PART OF THE QUESTION* Im trying to modify an existing project, the BluetoothLeGatt example, to turn it into ArduDroid, which is this app used to interface with Arduino via BT. The

[android-developers] Media Player - using authntication

2016-04-07 Thread Adaya
Hi We are trying to stream a live mp4 file (over http), that is protected by username and password on the server side. Looking at the wireshark recording I see that the android device receives a 401 message from the server but there is no attempt to send back an authenticated request In

[android-developers] Urgent Req:::::::::::::Project Manager (With IBM Sterling Exp),Lincolnshire, IL ,8+ Months

2016-04-07 Thread sudhanshu pandey
*Hi There,* *I am technical recruiter and I am looking for Relevant consultant for below job description, if interested please let me know the hourly rate you are looking for below mention job position.* *Job Title: Project Manager (With IBM Sterling Exp.)* *Location: Lincolnshire, IL*

[android-developers] Android layout: n00b

2016-04-07 Thread quique123
If i want to make layout, should I add: 1. Main layout = a Table layout with 3 rows (in dark blue) 2. First blue row: Linear layout with 2 red rows each with a seek and then a text. 3. Second blue row: Relative layout with grid layout of 4x4 green 4. Third blue row: Linear layout with 2

[android-developers] Urgent Req:::::::::::::Business Analyst – ( Utility Exp req with OIL, GAS, Power Industry),San Francisco, CA, 6-12+ Months

2016-04-07 Thread sudhanshu pandey
*Hi,* *I have an urgent requirement with one of my clients, details given below. If you find yourself suitable for the position, please send me your latest updated resume along with contact details. It will be good if you can call me at 609-853-0818 x 2173.* *Job Title: Business Analyst – (

[android-developers] Urgent Req:::::::::::::Business Analyst – ( Utility Exp req with OIL, GAS,ELECTRICAL OR Power Industry),San Francisco, CA, 6-12+ Months

2016-04-07 Thread sudhanshu pandey
*Hi,* *I have an urgent requirement with one of my clients, details given below. If you find yourself suitable for the position, please send me your latest updated resume along with contact details. It will be good if you can call me at 609-853-0818 x 2173.* *Job Title: Business Analyst – (

Re: [android-developers] How can I import external large Sqlite to my new android project

2016-04-07 Thread TreKing
On Tue, Mar 29, 2016 at 11:51 AM, Ali el ghourassi < elghourassi.ali@gmail.com> wrote: > down votefavorite > > > I have db xxx.sqlite (8Mo) that I want use in my android

[android-developers] Req: SAP FICO LEAD

2016-04-07 Thread Navuluri Venkat Chowdary
Hi Partner, Hope you are doing great! Please find the below requirement and let me know if you are comfortable, Please send your updated resume to *venk...@tanuinfotech.com * *ROLE:- SAP FICO LEAD* *Location: North Carolina* *Duration:6+ Months* Note: Need US

[android-developers] Fwd: HOT REQ Urgent Need: Performance Tester @ Wilmington, DE

2016-04-07 Thread Ateeq Rehman
*Need Performance Tester at Wilmington, DE* Please share profiles at *ateeq.reh...@diverselynx.com * *Detailed JD:* *Role: Performance Tester* *Location: Wilmington, DE* *Experience: 7+ years* *Detailed

[android-developers] Will hire SF Bay Area consult on Android Studio testing, esp. AVD

2016-04-07 Thread Tim McFadden
Hi folks, I'm disabled now and can't work 8 hour days. I can write apps, but AVD is so broken I can't test and I don't have the time to take it apart and fix it. My questions on this site are ignored. => So, I would be happy pay an EXPERIENCED Android Studio developer for a knowledge transfer

[android-developers] Sr Software Engineer

2016-04-07 Thread santosh kiran
Hi All, We have below requirement and please let me know if any consultants are available. You can reach me at santosh.bo...@enterprisepals.com Job Title: Sr Software Engineer Location: Dallas TX Duration: 6-12months Skills: · Resource should have design & development experience

[android-developers] Re: Android Studio stuck on startup splash screen

2016-04-07 Thread Luiz Zenha
Thanks, but i just rebooted the mac and install Android Studio again and it worked. On Thursday, April 7, 2016 at 2:07:39 PM UTC-3, neobie wrote: > > Hi. Clearing Android studio's cache will do. > You may try something like AppCleaner: https://freemacsoft.net/appcleaner/ > > On Friday, 8 April

[android-developers] Adapting a layout in Android Studio based on BluetoothLEGatt example

2016-04-07 Thread quique123
Im trying to modify an existing project, the BluetoothLeGatt example, to turn it into ArduDroid, which is this app used to interface with Arduino via BT. The ArduDroid looks like this:

[android-developers] Re: Android Studio stuck on startup splash screen

2016-04-07 Thread neobie
Hi. Clearing Android studio's cache will do. You may try something like AppCleaner: https://freemacsoft.net/appcleaner/ On Friday, 8 April 2016 00:54:14 UTC+8, Luiz Zenha wrote: > > Hi > > did you solved this problem? im having this same issue > > thanks > > On Thursday, January 28, 2016 at

[android-developers] Re: Android Studio stuck on startup splash screen

2016-04-07 Thread Luiz Zenha
Hi did you solved this problem? im having this same issue thanks On Thursday, January 28, 2016 at 11:19:46 AM UTC-2, neobie wrote: > > Hi, > > > My Android Studio keep stuck on startup recently (more then 10 minutes). > > > Some people suggested to add in a line at idea.properties > > >

[android-developers] Adding table to contain elements in Android Studio

2016-04-07 Thread quique123
Im using the android bluetooth le GATT example project in Android Studio 1.5.1. Im using it as a base project because I need the bt connection stuff anyway. But after connection I want to add a table view where I can insert many rows and columns. I was thinking of just dragging a table

Re: [android-developers] Need help making android app where I tap screen to skip to another part of video

2016-04-07 Thread TreKing
On Tue, Mar 29, 2016 at 8:43 PM, Jigar Patel wrote: > I am new to developing android apps. I have downloaded the Android Studio > software but I don't know how to use it. I want to make an app where I tap > the screen and it plays a video in full screen. Then when I tap

Re: [android-developers] Keystore problems

2016-04-07 Thread TreKing
On Tue, Mar 29, 2016 at 3:50 PM, Emil Rurka wrote: > 2. Ive uploaded the APK to the App store and went through the process > completely (so I thought). I did not make any keys or license deals as I > remember. > The only way to upload to Google Play is after signing the

[android-developers] Urgent Need: Need ODM/BRMS Business Analyst @ Columbus, OH

2016-04-07 Thread Ateeq Rehman
* Need ODM/BRMS Business Analyst* *Please share resume at **ateeq.reh...@diverselynx.com * *Job Description:* *Role: **ODM/BRMS Business Analyst* *Location: Columbus, OH* *Experience: 7+ years*

[android-developers] Urgent req for Technical Architect @ Boston, MA

2016-04-07 Thread Shaik Sadiq
Hi, Hope you are doing well !!! I have an urgent requirement for a *Technical Architect.* Please let me know if you have any consultants and get back to me with their updated resume in .doc format immediately. Given below is the job description. *Job Title: Technical Architect* *Location:

[android-developers] Test Lead

2016-04-07 Thread santosh kiran
Hi All, We have below requirement and please let me know if any consultants are available. You can reach me at santosh.bo...@enterprisepals.com Job Title: Test Lead Location: Dallas TX Duration: 6 to 12 months Skill Set: · 6 years of Testing experience as Test Lead in Service

[android-developers] Urgent Need: Filenet P8 Developer @ Columbus, OH & Wilmington, DE

2016-04-07 Thread Ateeq Rehman
* Need Filenet P8 Developer @ **Columbus, OH or Wilmington, DE* *Please share profiles at* *ateeq.reh...@diverselynx.com * *Job Description:* *Role: Filenet Developer* *Location: Columbus, OH or Wilmington,

[android-developers] Job Opportunity in Rahway NJ for Business Analyst MDM with Pharmaceutical Industry experience

2016-04-07 Thread Dev
Please share profile at de...@tresourceinc.com Hi , Hope you are doing well! Please review below Job Description and let me know you interest *Role: Business Analyst MDM* *Location Rahway NJ* *Duration 12 Months* *Interview type: Phone Screen followed by F2F* *Job description:*

[android-developers] HOT-LIST

2016-04-07 Thread sai praveen G
Hi *Please find the updated hot-list of my consultants..* *Please send the suitable requirements to *s...@theplanetp.com *or feel free to call me at **786-484-7805* *S.No* *Name* *Skill / Job Title* *Experience* *Location* *Relocation* *1* Anurag Oracle DBA 9+ Years CA Open

[android-developers] Urgent Req:::::::::::::SAP MM & WM Functional Consultant ,Oklahoma City, OK ,6-12+ Months

2016-04-07 Thread sudhanshu pandey
*Hi There,* *I am technical recruiter and I am looking for Relevant consultant for below job description, if interested please let me know the hourly rate you are looking for below mention job position.* *Job Title: SAP MM & WM Functional Consultant* *Location: Oklahoma City, OK * *Contract:

[android-developers] Urgent Req:::::::::::::SAP EWM (Extended Warehousemanagement) Architect ,Minneapolis, MN ,6-12+ Months

2016-04-07 Thread sudhanshu pandey
*Hi There,* *I am technical recruiter and I am looking for Relevant consultant for below job description, if interested please let me know the hourly rate you are looking for below mention job position.* *Job Title: SAP EWM (Extended Warehouse Management) Architect* *Location: Minneapolis, MN *

[android-developers] Android Tests Recorder

2016-04-07 Thread Vyacheslav Pedak
Hi All, For those who are working with Espresso test framework. I've created an Android studio plugin that allows you to record user interaction and generate Espresso test sources from them. As result you can save your time developing the test. You can easy create test skeleton and then add

[android-developers] Re: Android Studio Does not run on School Issued devices.

2016-04-07 Thread Josh Parkinson
Any reason why this may occur? On Thursday, April 7, 2016 at 8:09:36 AM UTC-4, Josh Parkinson wrote: > > For our Engineering Design and Development project, we need to use Android > Studio on the school computers. The issue is that when it is run, it > displays a message that Windows Firewall

[android-developers] Android Studio Does not run on School Issued devices.

2016-04-07 Thread Josh Parkinson
For our Engineering Design and Development project, we need to use Android Studio on the school computers. The issue is that when it is run, it displays a message that Windows Firewall has blocked several features, then it gives us the following error message: Internal error. Please report to

[android-developers] Clone DataInputStream

2016-04-07 Thread jvb2008
Hello all, I am creating an app for Android and I need to save in two different variables the same part (64B) of a stream I have received (DataInputStream). How can I clone the stream in order to for save in two different variables the same part of this stream? Otherwise, how can I position

[android-developers] Re: Using BarChart from com.github.mikephil.charting.charts

2016-04-07 Thread Damien Cooke
If anyone has the same issue you need to get the YAxis from the BarGraph there is a left and a right one then you can set their text colour Damien > On 7 Apr 2016, at 7:58 AM, Damien Cooke wrote: > > Hi all, > Just wondering if someone could assist me. I am trying to