[Req] Dummy App - Windows Phone 7 Q&A, Help & Troubleshooting

Hello everybody, I'm fairly new (ghoster mostly) to this forum and yet I'm already making a request.
I've got a Dreamspark account with Microsoft since I'm a student right now, but I have no background in any type of coding. I'm registered with App Hub as a student developer, but I need an app to submit to them to get verified. Any crappy app works, but I just don't know the first thing about creating apps. After I get verified, I can get Mango beta from them legitimately rather than going through the side steps as some of you've posted here.
If anybody could make me a quick, easy app, I'd really appreciate it. I won't publish it or anything of course.
Thanks!

Why not look at the tutorial videos over here? -
http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners
Within a video or two, you'll know how to build a "Hello World" application that you can submit to get your account validated.

Thanks for that, that was kinda interesting actually although minuscule. Thanks for the link!

Related

How to Devolop in Android

I downloaded the SDK and hooked it up to Eclipse. I am also somewhat waiting for Googles App maker. I am learning to program slowly but I don't get where to start with Android because I cannot find any...good tutorials. I am "majoring" at programming (I put that in quotes because I am really an IT, but I am stuck at this college for now), but I am not that great.
I ask this because I want to make an app that will help me TREMENDOUSLY and I would also release it publicly. I don't really want to reveal the idea for the app unless I have to. It is a really basic app that will allow the user to store data and the app will make a graph out of it.
Where can I get some helpful tutorials with android developing? Is there a book or...should I just wait for Googles App Maker.
Um, do you know java? I'd say you need basic understanding of that. Then just go to a library and get an android dev book or find one online. You could always try google's own tutorials on their site by searching google for "developer's guide." (Can't post links so it should be top result)
Hope that helps...
Thanks, I guess I'll have to kiss up to my old Java teacher for help. And...also I'll have to find that book I borrowed from the library three years ago
they have 3-4 very basic guides: http://hackaday.com/category/android-hacks/

[Q] What is the best way of finding an Android developer?

I am not sure where to find a developer for an app. I do not want to start harassing random people. I am looking for someone to develop an Android app that would give people access to docs that I have created and docs that I have the rights too. It would sort of be like a dropbox type app with the option to email, send to dropbox, download to phone etc.
I have looked into writing it myself, but I am in grad school and do not have the time. I am not going to into programming either, so it is not practical for me. I am looking to pay for the app.
I understand that everyone has a "great app" idea. That is why I am willing to pay so there is no loss for the developer. If it is a bust, it is my problem.
I am not sure how it would work, who services app after on market. Do I need to buy a server or do I upload my info somewhere? Any feedback would be appreciated.

Comic Strip Viewer

Hey Guys,
One of my favorite apps was recently pulled from Google Play. I contacted the developer asking if I could modify some of the source code for my own personal use and he consented. The problem is I am in over my head and can't really figure out how to do what I want to do. I want to add in functionality that the app at one time had (so I'm sure the code is still in there somewhere just disabled.)
It is an app for viewing comic strips. Since I agreed not to distribute I am hoping there is ONE other person who would also like a comic strip viewer and would be willing to help me work on it so they could make use of it too.
If anyone is interested, I would really appreciate it, it would be a great learning experience for me as I am just now getting into coding/development. All I ask is that you do not distribute the app, post it anywhere online, etc and that you are patient enough to work with a beginner.
Thanks.

[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

[Q] Mod an APK

Here is what I want to do. I would like to mod the Netflix app to also have a Facebook login just like the web version. It sounds simple but I am sure it is much harder than I think it is. I tried myself but my knowledge is not sufficient to do so. Any help would be appreciated. When you login the regular way you don't see any friends recommendations and well I think it is something Netflix should consider doing. Any ideas?
It depends what the mobile client uses for authentication, if it's the same as the website then you can try adding it by decompiling the app and creating your own version of it. However it would be a bit of a challenge.
Before you start anything, just send them an email about it as well asking for it to be a feature.
ticktockonthedot said:
It depends what the mobile client uses for authentication, if it's the same as the website then you can try adding it by decompiling the app and creating your own version of it. However it would be a bit of a challenge.
Before you start anything, just send them an email about it as well asking for it to be a feature.
Click to expand...
Click to collapse
I have decompiled the app but like I said Java is not my thing. If someone wants to take a look at it I will post it here. Looks like I got in way over my head on this one.
Watch the warez talk please. Thread cleaned of a couple posts concerning an app that hacks paid apps.
Thanks,
Darth
Forum Moderator

Categories

Resources