Build Me An App - Android

Trying to make a program Like ESC By Desco Under $1,000 USD With the mobile application. Or HTML5 based application.
1. Technician Scheduler
2. Billing Management
3. Invoiceing
4. Customer Management
Can be made web based, (preferred)
Their program is free to try so you can have a good idea.
desco-soft.com
[email protected]
If anyone is interested.
Android Application Is needed for this program.

This is a sub forum for cooking and building android roms. WTF is this? I think you have the wrong forum.

Related

I want to buy source code of existing Windows Phone app

Hi,
I am freelancer and WP developer myself. I have several clients who want to have own WP app (because I told them that Windows Phone is a cool platform which it really is). But I do not have time on these projects because I am currently working upon other projects. It is simpler for me to buy already existing app, white label it, add new features if required, etc and sell to my clients.
That’s why I want to buy source code of already existing Windows Phone app. If you already own Windows Phone app with source codes and rights on it then I am ready to buy this app with all rights.
It does not manner what kind your app is.
If you are interested then please send me following stuff (optional):
1. Screenshots of app
2. Links to WP Store if exists
3. What is your price for this app
4. How many downloads per month this app generates (or any another rough info about downloads stat)
I will analyze this info and will probably buy your app.
Many thanks!
P.S. Sorry if I posted in wrong thread. I wanted to post this message in more specific subforum (for Windows Phone developers) but rules of this forums does not allows me to do this because I am noob.
Nisik said:
Hi,
I am freelancer and WP developer myself. I have several clients who want to have own WP app (because I told them that Windows Phone is a cool platform which it really is). But I do not have time on these projects because I am currently working upon other projects. It is simpler for me to buy already existing app, white label it, add new features if required, etc and sell to my clients.
That’s why I want to buy source code of already existing Windows Phone app. If you already own Windows Phone app with source codes and rights on it then I am ready to buy this app with all rights.
It does not manner what kind your app is.
If you are interested then please send me following stuff (optional):
1. Screenshots of app
2. Links to WP Store if exists
3. What is your price for this app
4. How many downloads per month this app generates (or any another rough info about downloads stat)
I will analyze this info and will probably buy your app.
Many thanks!
P.S. Sorry if I posted in wrong thread. I wanted to post this message in more specific subforum (for Windows Phone developers) but rules of this forums does not allows me to do this because I am noob.
Click to expand...
Click to collapse
Well, there are many free app generators out there... you may want to try FollowMyFeed
Microsoft already has uploaded many source codes for apps, f.e. Weather forecast.
Check out thr marketing mix
on
mix-marketing . net

Graduation project

Hello all, I have a question about developing an application for my graduation project. The idea is to develop an application in which the various books/information sources get a place and can be placed under different semesters/years. The information as provided has to have an easy way of updating for teachers(probbebly web-based). The aplication also has to work on iOS. Can you guys give me an idea on how to start i think HTML5 is a good option.
For cross platform application you can try PhoneGap(phonegap.com) with Dojo (dojotoolkit.org).
Front end is only half!
killerbee12345 said:
Hello all, I have a question about developing an application for my graduation project. The idea is to develop an application in which the various books/information sources get a place and can be placed under different semesters/years. The information as provided has to have an easy way of updating for teachers(probbebly web-based). The aplication also has to work on iOS. Can you guys give me an idea on how to start i think HTML5 is a good option.
Click to expand...
Click to collapse
HTML5 will be great, but it will be difficult for a school to update as a native app. I suggest simply using a mobile-ready website. jQuery Mobile is great for this, and it handles all the cross platform issues. Have you given any consideration to serverside code? Php, .Net, and Node.js are all great options. Talk with an administrator about what kind of system they use to store files & links currently. You could fairly simply make a page that scans a file share they maintain to build the page .
Are all current (including budget) phones capeble of running .net or PHP? I'll probebly host the site/app myselve for a while during the test phase so if i go web-based it will be PHP since my host is a linux host. I'll have a look tomorrow, I'm studying to be an officer on a ship not an programmer so all programming is new, I did some vb/php but nothing fancy.
i started with icenium, but found out that icenium doesn't offer to store the webfiles on your own server. So thats not an option.

[Q] Modification to BionicTCP

I want to know if anyone here is willing to make a small change to this app called BionicTCP? The description at Play Store says:
Open Source Software distributed under the terms of the GNU General Public License, check my website for a link to the Eclipse project zipfile.
Click to expand...
Click to collapse
The source code is here.
This app is great because it speeds up my Android device considerably when using online apps. The only downside to the app is that it requires user intervention to click a button marked 'large TCP buffers' when the app starts.
I want to use the BionicTCP app with an autostarter, but its purpose is defeated if I have to manually click a button. The modification I would like made is to have the app start, by default, into large TCP buffers mode.
This will allow the user to autostart the app, and be completely hands off.
I am asking here because I could not write code to save my own life. From what I was told, and I can't vouch for accuracy, is that this change is not all that complicated. I asked the app author about this change, as well.
I'm hoping a generous programmer here would be willing to make the change.
Thank you.

Hypothetical IP app question

Hi all
I have an idea for an app which is basically like a gumtree for a specific type of item. This is also a way for me to learn android studio.
Now this has been done before with a specific item (e.g. fishing gear), but would I be breaching any sort of rules (or is it even possible) to look at the existing app in android studio. Then start to teach myself by modifying it according to what I'm trying to sell (e.g. Remote control cars).
I don't like to rip someone elses idea but the current app I want to base mine off is perfect, plus:
1) the existing app isnt available in Australia
2) Its a marketplace for a different product to mine
I only want to make some minor tweaks (add swap/hire) in addition to buy/sell
So I take Existing App (A)
then I just modify it all using all the great info on android studio.
Once I'm done I will outsource to a proper developer to make it nice and tidy, bug free etc.
Then get a creative person to do the visuals
Then get somoene to do an ios version lol
Thoughts?
Only use it to learn and then make your own. Most apps like that are copyrighted and any use of their code will end in a lawsuit.

My first app is live - what do you think?

I've been learning Android development recently and finally released my first free app.
It's open source and available on Github too. It's made with C# in Xamarin (not forms though, which meansit uses Android's native APIs).
I chose to start with a TOTP generator because
It's a non trivial use case yet not too complex
It allows to meaningfully integrate image acquisition and protocol handling
I already had a UWP version I could reuse the corre logic from
The Google OTP generator uses a web service to scan QR codes, as far as I can tell
I'd be interested in asking for feedback: does the app's UI feel right? What areas can I improve?
kaworu1986 said:
I've been learning Android development recently and finally released my first free app.
It's open source and available on Github too. It's made with C# in Xamarin (not forms though, which meansit uses Android's native APIs).
I chose to start with a TOTP generator because
It's a non trivial use case yet not too complex
It allows to meaningfully integrate image acquisition and protocol handling
I already had a UWP version I could reuse the corre logic from
The Google OTP generator uses a web service to scan QR codes, as far as I can tell
I'd be interested in asking for feedback: does the app's UI feel right? What areas can I improve?
Click to expand...
Click to collapse
It was nice to see that you have your first software released. Congradulations... And thanks for sharing. As I saw you developed your software with Xamarin which is a cross platform framework. It would be great if you can share your experience here: https://forum.xda-developers.com/tools/frameworks/native-vs-cross-platform-t3850250 with other people.
I like to hear more stories about crossplatform and also native coding experiences.
I'm going to give your software a try.
I'm not a fan of material design UI, however your app looks nice. Congratulations for creating your first app.
Congratulations. You made the right choice when decided to create tool. Wish you high ratings and many downloads! I downloaded it on my phone.

Categories

Resources