Business App Template - Is It Possible? - Android Q&A, Help & Troubleshooting

Hey guys,
I'm really new to this app development and would like to ask one of you experienced developers a question.
Basically I have recently been creating mobile websites from a set of css files which are just a basic template. The template files have individual files for some of the most common pages that a small business would need, google map, contact us with form, menu, opening hours and so on.
What happens is you simply upload the company logo and such into the images folder, update the css style sheet for colours, then simply edit one of the relevant pages e.g place the food items in the menu page.
When the whole set of files gets uploaded it creates a personalised functional business mobile website.
What I would like to know is, would it be possible to set something like this up for an android app? Whereby the user could simply change the details as above and then compile the apk file which will create the app?
Your input is much appreciated, also have any of you got any idea where I could get someone to code something like this?
Regards,
Stephen

Related

Capturing a signature as an image within a webpage

I am hoping that someone out there will be able to help.
From within my pocketpc web application, I require a signature to be written on the screen and captured as an image. This then has to be put into a database for strorage. I do not require any digital encryption or authorisation etc, it just needs to be real simple.
Eg. User opens webpage, user signs screen and submits the signature. Job done.
That is what I am trying to achieve. Has anyone ever seen this or done it? Any suggestions would be appreciated.
Note I have seen some apps but they are to be used within a .NET environment, and seeing as I am developing in php they are no good to me.
Many thanks.
I think you must to develop an application that you embed into PocketIE. Something like AciveX on a desktop. This application grab the image and send to your PHP application.
I can't help in this way.
Another tipp:
There is Macromedia Flash Player avaible for PocketIE. I don't know, that Flash can make an image and post it to a PHP script, but it can grab the stylus strokes, and send the line's coordinates to your PHP program. (With a smart ActionScript)
Booth way, your application must to preinstalled in the users pda.

[Q] Àutomating web site interaction on Android

Hi,
I would like to automate the following task on my Android 2.1 device (Nook Simple Touch):
1. Once a week go a website (in an invisible browser in the background)
2. Type user name and password in a form on that site
3. Wait until you get forwarded by the website
4. Click on a download link and save the file to a certain location on the sdcard.
Is there any easy way to do this without having to write a full application?
I tried googling but it is one of those cases where it is not really clear what to search for. I found the Android scripting engine, but this seems as complicated as making a full app.
If any of you have an idea I'd be very grateful. Thanks!
rhhd
EDIT: In case anyone is interested: A newspaper I have a subscription to is publishing an epub version of their newspaper every week. I would like to automatically save this epub file to my Nook Simple Touch.
i tried to look for an answer for you.
I dont think this is possible, without writing a special app for that.
please tell us (if you can), the name of the magazine, maybe it can help!
I suggest you look into Tasker. It can automate a lot of stuff... and, just maybe, do what you want. I don't know enough to say it can or not.
I would get information from the gurus, first. You can find discussion groups through the developer's site. If it sounds possible (and/or someone provides you with a template), then you can try the trial version to see if it works.

[Q] User generated layouts

Hi all
I am developing an app in which I would like to allow user-generated content. Specifically, this will be a remote control application, and I would like people to be able to add custom layouts, capable of sending "events" through the app, but I am not sure how to do so.
There are a couple of ways I have been looking at. The first is using a WebView so that this content can be developed in HTML. This would be nice and easy from their point of view, but it does have it's downsides, especially where security is concerned. If I was to do this, I would want to bind a "send" Javascript interface to my app, but disallow any other Javascript (I do not, for example, want it to be able to relay the button presses to some other place). I'm not sure exactly how I could do this.
The second way I can see would be to use an XML file and build up the layout from that. Here, the only way I could see it to parse the XML file and programatically build the layout. This seems a lot of work, and I would rather avoid that.
A third way would be to import a layout purely as an image plus an XML file describing hot-spots for triggering events. This seems to have too many limitations.
The final option is to expose an interface to other apps, and allow users to build separate applications which hook in to provide these layouts. This seems a terrible approach for such a simple objective.
So, does anyone know of a simple way to do what I am after, or any comments on the options listed above? Has anyone done anything similar, or know of an open-source project which acheives something similar?
Thanks in advance

[Q] Share multiple apps on a webpage?

Hi,
I doubt that I'm the first one to think about this but I couldn't find anything useful trying to search for it, so here is what I'm looking for:
Is there an app that I can use to share a number of apps I installed on a webpage including QR-codes, GPlay-links, short descriptions etc.? The apps I know of mostly share text only and/or links but none I found allow me to generate a webpage (or use a site for this) which has all the info in a neat, organized way so that my friends can read the descriptions and decide which apps to download from there.
AppBrain's API has an app widget that would be somewhat fitting but 1) there is no app to automatically create those based on a list of apps on your phone and 2) it requires people to use AppBrain, which some people don't like.
Basically, I'd like to have it created automatically and look like the ones used by Android Police (but with links to Play-Store only and no need for ratings)
Anyone know an app like that?
TIA
SoWhy
Since I got no replies, I went ahead and put together a crude PHP script to convert a list containing Market/Play-links to a webpage and to host that list on PasteHTML.com in case you want to share it with someone (since I don't have the hosting for that). If you are interested, you can check it out here (sorry if it's slow, it's running on my home server). I'm still looking for an app that could do this though but for now this is better than nothing

modification to an app's UI

If I wanted to make a free app that I use on a daily basis easier to use, just by simply adding an extra tab to a page that already has two. could I simply decompile the .apk and find the code within the UI for this activity, couldn't I simply copy the code used to add the second tab to make the third, and just go in and edit the specifics ie. text, id, etc. there is another activity within the app that uses three tabs, so as long as it looks identical to that (other than specific identifiers) then this activity should work once edited, correct? I know that specific things such as label id's etc need to be specific to this tab. I have done a little bit of app development, but not lots, as UI is what I really am not great at. Thanks in advance for the help.
anyone?
any help at all?

Categories

Resources