[android-developers] Re: Image is being oriented differently once uploaded to server, why?

2015-04-11 Thread Dan Cha
appropriate file size. On Sunday, April 12, 2015 at 12:00:41 AM UTC-5, Dan Cha wrote: > > So within my app, i have the ability to allow the user to take a pic, see > a thumbnail within the app and once the form is submitted, its uploaded to > the server. > > But something ive noti

[android-developers] Image is being oriented differently once uploaded to server, why?

2015-04-11 Thread Dan Cha
So within my app, i have the ability to allow the user to take a pic, see a thumbnail within the app and once the form is submitted, its uploaded to the server. But something ive noticed lately is that (since im storing the image taken in the users gallery within a folder specific to the app) i

[android-developers] Where in code would i resize an image taken using intent?

2015-04-10 Thread Dan Cha
So ive been reading a few posts some using Bitmap.createScaledBitmap, some using .compress feature and each one i try, never throws an exception or error, but file never gets resized. I found this routine, but it doesnt do anything as far as the image taken. So basically within my app i allow t

[android-developers] Trying to better understand how to add menu's to the pages within my app

2015-04-08 Thread Dan Cha
So within my app currently, we have 3 main pages. The main home page A create/submit page and a view page Because those pages work off webservice to populate 2 drop downs, i wanted to create "settings/options" where the user can manage the data within the drop down. So current i have the menu

[android-developers] Proper way to setup app to notify user(if opt in) when new items are added to database

2015-04-06 Thread Dan Cha
So working on a app that will list inventory items for a few users.. IF the user opts to be notified, what is the proper way to implement such notifications? The app works via a webservice that allows the entry of items and also returns full list to the user when they select to view. What woul

[android-developers] Taking pic from within app and storing is not working 100% of the time

2015-04-04 Thread Dan Cha
When i first implemented the feature in the app, you could take a pic, it would show the thumbnail within the app and once you submitted the form for submission, you would see and find the image in your gallery under a folder for the app. Now for whatever reason, whenever i take a picture, it d

[android-developers] Trying to get the value of the selected spinner item

2015-04-02 Thread Dan Cha
So I have 2 dropdowns in my app, once with list of categories and one with list of users. My custom arrayadapter used to bind to the lists contains id name For form submission I need to send the id to the database not the name.. But I cant seem to figure out how to get the value instead of t

[android-developers] Best option for uploading image from within app before submitting form data?

2015-04-02 Thread Dan Cha
So im working on a quick and simple app for family members, i need to allow the upload of a pic to associate with the entry they submit. So far i have the submission and insert working, but need a solution to allow the upload of the pic before the submission is actually handled if the upload wo

[android-developers] Sending and receiving SMS within my own app and not show in the built in text app

2015-03-31 Thread Dan Cha
So im working or playing around with sending text/sms from within our app as well as receiving replies. We will have the app on both ends(sender and receiver devices) But right now just prelim testing the messages are sent but they are showing up as text within the default text app on the phone.

[android-developers] Using the picasso image loader within custom adapter and works for only the first image, what am i doing wrong?

2015-03-25 Thread Dan Cha
So after more testing and playing around i was able to figure out where to place the code, since it would work with the URL returned from the web service. Placed it within my adapter, but it only loads the first image for the first record. From the examples ive found online, i believe it to be

[android-developers] Re: Unfortunately App has stopped is the error im getting and not sure why, all breakpoints make it thru no problem and then the message.

2015-03-23 Thread Dan Cha
.isShowing()){ this.dialog.dismiss(); } } On Monday, March 23, 2015 at 4:50:20 PM UTC-5, Dan Cha wrote: > > So i got past some of the earlier issues and changed my pages around to > work with actual data being returned from the webservice. > > Everything is returned, populated and as i step thru

[android-developers] Unfortunately App has stopped is the error im getting and not sure why, all breakpoints make it thru no problem and then the message.

2015-03-23 Thread Dan Cha
So i got past some of the earlier issues and changed my pages around to work with actual data being returned from the webservice. Everything is returned, populated and as i step thru the code, everything i expect is there.. except when it gets to this line: list.setAdapter(adapter); >From what

[android-developers] Getting exception when clicking button to connect to soap and return dataset

2015-03-18 Thread Dan Cha
So i was trying to reuse existing code that works in another app, just changing the namespace, WSDL, Saop action and method name, but getting an error Please let me know what im doing wrong or what needs changing or checking. Here is the error log from the button click 03-18 16:34:05.627: E/An

[android-developers] Looking for good example / code tutorial on adding a function in my app to take pic and save/upload it to server within my app.

2015-03-17 Thread Dan Cha
So im working on a personal app that i can take a pic, provide a few bits of data and save all the information to my DB and upload the image taken to the server. i found this information: http://developer.android.com/training/camera/photobasics.html After reading thru this page, if i understood

[android-developers] Looking to see if adding the ability to swipe left to right is possible with our current app we are creating

2014-09-25 Thread Dan Cha
We have a app that we are working on that once you login to the app, you have a few buttons you can choose from, once you select one, it displays a "listview" with a custom adapter layout of all the records available. You can then click on any of the records and are taken to a detail page where

[android-developers] How to make buttons within horizontal scrollview the width of the screen

2014-09-19 Thread Dan Cha
I have following layout, I would like to make it so that my 3 buttons each display individually on the page. Basically since I only have 3 buttons I would like it so when I select / click one, that button is centered and expands the width of the page then the other buttons show slightly so the

[android-developers] Double ID error when sending a value to web service via KSAOP

2014-09-17 Thread Dan Cha
If I get the value from my list select item on the previous page which is stored in the extras, like this, I DO get the correct value, but as soon as it makes it to the line where the .Call is made, it throws the exception SoapObject request = new SoapObject(WSDL_TARGET_NAMESPACE,METHOD_NAME);

[android-developers] Is it possible to track mileage with the GPS on the phone?

2014-06-25 Thread Dan Cha
I'm looking to better track my own personal mileage on my truck.. so was looking into the GPS module and seems it may be possible, but wanted to ask before spending to much time building something that will never work. since this is going to be for my personal usage, it is going to be a simple a

[android-developers] Is it possible to access text messages to back up as they are received?

2013-12-11 Thread Dan Cha
Im not using any 3rd party app for my text, but I do use one to back up my text before I delete them, so im wondering if there is a way I can build a app for myself to access my text, when I send or receive a text, the message is backed up and within a certain period of time its removed from my

[android-developers] How to access the call history to delete based on variable

2013-12-06 Thread Dan Cha
Im sure there are plenty of apps out there that you can install to manage your calls and that's great. Im just looking to create my own app catered to my needs (wants) without all the extra stuff. And being a developer, I rather attempt it myself. So what im trying to do is the following: Since

[android-developers] Is it possible to create an app that displays image gallery from a website?

2013-05-28 Thread Dan Cha
So im trying to build an app for my sisters photography business. Currently she offers her clients a "Sessions" area on her site that the client can login to after they have their photos taken. This login is available to them for 2week periods where they can review the photos and order what they

[android-developers] Create an app to store a list of values locally on the phone/device

2013-05-22 Thread Dan Cha
Ive looked around and found only a few apps kinda close to what im trying to do and few good examples on how to successfully setup SQL lite or whatever database to tie to the app to store the values on the phone/device. What im trying to make is a very simple app for now that is just a long li

[android-developers] How to redesign this basic page to be a little more??

2013-05-04 Thread Dan Cha
Right now i have a very simple page, that has a ScrollView with a TextView within it to display results that are returned by my webservice. I have all the code posted here in another Thread for another issue: https://groups.google.com/forum/?hl=en&fromgroups#!topic/android-developers/ubmVCCW8nZI

[android-developers] Proper way to request an email or whatever data at first load of the app

2013-05-01 Thread Dan Cha
I have an app, that ive been working on from time to time. And now that its more stable, im working on improvements and changes to help make it better. So one of those things is to request an email address to use when pulling up history data, which would be specific to the individual using the ap

[android-developers] How to get scrolling to just scroll endlessly when you swipe the screen up or down?

2013-04-29 Thread Dan Cha
I have an app i have a textview control on and lists out my data, when i swipe the screen up or down, it only moves while i have my finger on the screen. I would like to be able to swipe like other apps that it just scrolls until it slows down. What controls should i be using to accomplish thi

[android-developers] Looking for API to gain access to my email

2013-04-22 Thread Dan Cha
Im trying to build an app that can connect to my email client on my phone. Im using the email client that came with the phone, so whatever that is. Is it possible to access that from another app? I would like to gain access to the individual folders and do the normal delete, move and such..