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
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
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
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
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
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
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
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
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.
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
.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
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
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
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
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
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
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);
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
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
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
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
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
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
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
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
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..
26 matches
Mail list logo