Help developing Gear S3 app. List of items to web site images. - Samsung Gear S3

Hi all,
Just wondering if someone can help me with developing an app for the Gear S3. It is probably the most simple app ever for you pro's but i am an absolute newbie to coding. I've managed to code it in html but want to have this running on my Gear S3.
Basically this is the app.... A list of "subcategories" and when you click on this subcategory it opens up another list of "items" and when you click on each of the items it loads an image off my website with some text below the image which would be a description of the image. If someone could maybe help me out and list say 2 "subcategories" and 2 "items" and point out where to insert the web address and change the text that would be greatly appreciated. I can then further develop it from there.
This app will not be sold so i wont be using your services to make money. It will just be used locally.
Thanks so much in advanced for your help.

Related

Implementing a phone number search box, like in the SMS app

Hi XDA,
I'm writing my first Android app, an open source webtext client for Irish mobile networks. The current version of the project can be found here: https://code.google.com/p/webtextr
There's one thing I'm having trouble with though. I'd like to implement a ‘recipient’ text box, where the user can start typing the name of a contact, and after each letter is pressed, it searches their contacts database and provides a drop-down list of suggestions. Then the user could click on a name and it would insert their number into the text box. This would be just like the way it works in the stock SMS app when you go to compose a new message.
Does anyone know how to implement this? I've been looking through the source code of the stock SMS app here https://github.com/CyanogenMod/android_packages_apps_Mms/tree/froyo/src/com/android/mms/ui. But... it's *very* complicated and not especially well commented.
Any help would be massively appreciated. Once this is added, the app will be fully functional and perfectly usable.
Bump? Anyone?
I've figured that I should use an AutoCompleteTextView. But any examples I've found online have been broken in some way, and seem to use the deprecated People class.
Is this really as hard as it seems? I'm suprised Android doesn't provide an easy way of doing this...

[Q] Business App Template - Is it possible?

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

[Q] Total NOOB needs some help :)

Hi all,
My name is Fabian, and I have a strong background in C. (Done a CS course in C).
I want to do an Android app for my final project(nothing too fancy or complicated but I have to at least have some interface ) and I'm a little stuck with how to proceed from here.
I watched the Java essential course on Lynda and I did understand a little the difference between C in Java, however I don't know how to proceed from here to actual Android development.
If anyone can recommend me finding a crash course, a book or any other resource that could get me up and running as soon as possible, I would really appreciate it.
I don't mind spending money on it.
Thanks in advance.
Fabian
fabiansc said:
Hi all,
My name is Fabian, and I have a strong background in C. (Done a CS course in C).
I want to do an Android app for my final project(nothing too fancy or complicated but I have to at least have some interface ) and I'm a little stuck with how to proceed from here.
I watched the Java essential course on Lynda and I did understand a little the difference between C in Java, however I don't know how to proceed from here to actual Android development.
If anyone can recommend me finding a crash course, a book or any other resource that could get me up and running as soon as possible, I would really appreciate it.
I don't mind spending money on it.
Thanks in advance.
Fabian
Click to expand...
Click to collapse
A great resource for Android development is the official Android training documentation from Google, as well as these tutorials. Let me know if you still have questions I'll be happy to help.
thanks little question regrading databases
shimp208 said:
A great resource for Android development is the official Android training documentation from Google, as well as these tutorials. Let me know if you still have questions I'll be happy to help.
Click to expand...
Click to collapse
Hi,
Thanks for your help I learned a lot and I'm already planning my app
I just have one question that could really help.
I want to make an app where people on different devices can interact and send each other tasks. I guess I need a kind of SQL server that supports Android, right? Is there a better or at least more economic way to do it if I will have around 1000 users where each one can add people to send tasks to?
Many thanks,
Fabian
And one more question
Is there any way to do a phone number authentication (like Whatsapp) instead of user name and password which I think is a little to tedious for my planned app ?
Thanks in advance
Hola, for the task sending. Would you like to make all task public? Or should you send it like a message?
But when i need access to a server, i use php scripts. But we can take that later, when you have answered my last question
For the phone number authentication, you have to have a online database, with all phone numbers. User inserts their phone number, the first time they starts the app. Then you can retrieve it from the database. But we can also take that later.
I´m glad if i helped.
(Sorry for my bad english.. )
Hola
Well I want it to be like a manager that gives a task to his employee. I want the task to be between them and only they can close it.
Likewise, it would be a problem if I make a simple phone number insertion if there's no validation. I was thinking about a number verification (like whatsapp) to prevent other people from accessing the tasks.
Do you think it's possible or should I go with username and password?
Thanks
fabiansc said:
Hi,
Thanks for your help I learned a lot and I'm already planning my app
I just have one question that could really help.
I want to make an app where people on different devices can interact and send each other tasks. I guess I need a kind of SQL server that supports Android, right? Is there a better or at least more economic way to do it if I will have around 1000 users where each one can add people to send tasks to?
Many thanks,
Fabian
Click to expand...
Click to collapse
I am using OpenShift - https://www.openshift.com/developers - which is a open source cloud architecture in that they offer packages like NodeJS and DB's. They allow you to have 'gears' which I guess is their name for services running on their cloud. The free account has 3 gears.
I currently only have a NodeJS server running to deliver files however (as far as I understand it) you can have MySQL and others as a backend. I would think that whatever devices you develop on would simply log into the DB and look up messages/tasks etc. I would also think that your app could insert those things. The best part is it is free until you reach Enterprise level or so. I would check it out since free is good. Offhand, I do not know what DB's Android supports via java but MySQL is probably one of them.
Just some info for you to examine.
Good luck
Hola, of course its possible! But maybe Username and Password is easiest.
You can use e-mail validation.
I actually worked on a application, there store products in databases. So i have tried it before. Ask if you are confused
And Sum1nil, sqlite is implemented in android, so for local database, use sqlite.
But for online database access, i use php

Pls assist; want to develop Gear 2 Apps; need startup package

greetings all! i was hoping someone (or many) people could help me out some.
i have some programming experience, so i understand enough about computers and software, ect. so this isnt all egyptian to me, but i wouldnt mind a little head start
I need to know what the "process" is for developing an app for the galaxy gear 2 (neo). i have several app ideas that i want to develop as i have not seen them in the app store yet and this is a "new" technology that i think will catch on soon enough.
so, what dev software do i need for my PC? costs? how do i make my app available to others via the app store? what is the language being used to create these apps?
any and all assistance and tips are appreciated!
thanks in advance!

[Q] stock counting app?!?!

HI!
I'm managing a medical warehouse and as always in the end of the year i need to do a stock count.
I need an app that can help me do this:
Search a bar code (scan it will be great) into excel file to find this specific item and mark it. very simple.
But i don't know if there is an app that is dedicated for that or an app that can help me a little bit.
I got apps for the excel file but none of them is simple enough to just search and mark (no bar code scanner to support it ether.)
Is there anyone how thinks he can help me a bit?
Thank you!

Categories

Resources