[Q] Having Issues with my Senior Project - Android Studio

Hello everyone,
For my senior project of an English class, I have decided to make a very basic app to accompany a website which a previous student created. I want it to be basic but the issue I am having is that I do not understand how to make it so that a person clicks on a button, and it takes them to that url of the website (basically webview in a fullscreen activity for each of the buttons in the tab). I have managed to get a version of this working with the master/detail flow activity but I cannot translate it to work with the navigation drawer activity. I am willing to pay for assistance as I understand everyone has their own lives. I am learning all of this as I go so I do not have a background in this, however, I am very interested in this project and I do not want anyone to just do the work for me. I would just like someone I could ask an occasional question when in need. Thank you for reading.
- Laura

Related

noob needs help coding app

Ok so I've never coded in java before its all new to me and i am trying to make an app that would do the same as this (check it out here) old Motorola razr mod, the led's and screens would flash in a pattern when music was played or any vibration into the microphone. I thought this idea could make a cool app for android, so i have begun coding it, and i have pretty much got the interface setup, but when it comes to making the slider i added actually do anything i have no idea and i have no idea how to make buttons actually preform an action, also i have no idea how to go about controlling hardware on the phone like the microphone and various lights to flash. Is there any way anyone can help or give some tips i appreciate any input. Thus far my layout consist of a spinner to chose the different patterns for the lights to flash, then the start button, then a slider to choose how sensitive the microphone is to incoming vibrations. They do nothing yet cause i am not quite sure where to go from here. If you feel you can contribute any knowledge my way i will be grateful, the only coding i have done is minor html stuff although not much different than the xml code involved i have no idea what to do for the java part. Please Help.
Thank you much!
There really isn't anything one could contribute to your knowledge if you don't have experience with an object oriented language like Java. You will need to hop on Google and look at Java tutorials and possibly some object oriented design books. Once you have a good grasp on Java you can then begin learning the API's for Android that Google provides.
So if you're looking for a suggestion there is mine.
Steps you should take
Learn object oriented programming (OOP)
Learn Java
Learn the Android API
thank you, will do.
Yeah man if all you know is minor html you have a lot to learn since theres almost no relation there. I started to learn some java a couple years ago but lost any time for it but when I was learning the best way I found to learn apart from actually taking a class was AppDev. I had the J2SE and J2ME learning programs. Its as close to being in a class room as you can get. There is an instructor, exercises, tests ect. Basically the Rosetta stone for programing.
Do the Hello, World! demos on the official Android site, and take a look at the APIDemos included in the SDK- there's lots of short code samples demonstrating things like buttons and sliders.
And I disagree with the prior poster- learn Java, then OOP. The explanations of object oriented programming will just confuse you until you have some coding practice.
thank you all for the advice, its nice to see that people care enough to help out a noob around here lol
I was a noob to android awhile ago too, though now I'm finalizing a falling sand game for the market =D.
I had experience in c++, c, and html when I first started looking at android. What helped the most was going throught he examples and copying and pasting code into my code until I could figure out how stuff works. The android developers section on www.android.com helped alot, espcially the guide and refrence tabs. I also did a google code search to find the source of another android project that I could reference off of.
It also helps a lot if you have another person that you can work with, it's a lot harder to get discouraged that way.
One last suggestion, use the android-developers forums from google, there's a lot of really good help there. The stack overflow website is also really helpful if you have a general question about java, but not android in specific.
Good luck!
Will be glad to help you along your way once you start coding it. I can write an example app that does all the flashing bits for you. Would have to make it play off the internal media player though and not external audio. Not sure I could code it to do exactly what they did in the video.
Whatever you do, don't ready the notepad toturial that is way advanced and confusing. I highly recommend the hello views tutorials as well as reading the application fundamentals and all the stuff in that category of the dev guide, I forget what its called. But just reading will only get you so far, just try things one at a time. Also #android-dev on freenode ca be a ton of help if your there at the right time, but sometimes its tottaly dead....
There are a ton of awesume tutorials on android-dev's website reading the code there allways helps me understand how new ideas work. But as mentioned earlyer you really need to know oop programing and java...

Would like to Dev for W8, have ideas, more places to start?

Hello All,
I have two small App Idea's that I want to implement on the Windows Phone 8 platform. The problem is I'm a little unsure where to start for resources.
The issue however is that for all the Dev resources MS has given us, they mostly start at weird points and has no or little impact on where I want to, or figured one should start. So stuff like, setting up a DB, or Using an Azure Server etc.
If not that, most other help I've found have been off point starting as well. XDA's own vids start off with OAuth etc, which are all great, but I'm not even near there yet for what I want to do.
Most other guides, like even MS's own recent JumpStart videos all hop and skip over certain things. So you're following along (Or I'm trying to) and they jump forward, skip tasks and pull out pre-done code so I assume I need different foundation before I can jump in at their stage.
So, I have my idea of what I want to do, buttons, calculator, lists. But I don't know how to start from some basic things. And I am a little reluctant to jump in to what they have for WP7 cuz I don't want to use anything that's been deprecated.
Thanks in advance for any and all help.
Check out LinkedIn. I started a group a long time ago for Windows Phone developers and enthusiasts. It's filled with programmers, Microsoft people, and there's lots of good references and people to ask.
McHale said:
Check out LinkedIn. I started a group a long time ago for Windows Phone developers and enthusiasts. It's filled with programmers, Microsoft people, and there's lots of good references and people to ask.
Click to expand...
Click to collapse
Thanks for the reply, any specific link to this LinkedIn... I gotta admit, I never thought of LinkedIn as a place for help in this kind of thing...
As an update though, I already have started on the app I had in mind and now have some specific "How-do-I" questions, but undure where to post these. Thanks again however.
Here's the group. There are some pretty active members who are programmers.
http://www.linkedin.com/groups?gid=124767
-Mc
As weird as it may sound: I would suggest you get a beginners book on programming C# on the Desktop. That way you should learn to program from the ground up and get a solid foundation on how the language works (classes, properties, attributes, events, etc.)
Everything else later on is different libraries you will use. That is what most of the introductory videos are about. They show you which classes you use for certain functionality, how you properly wire everything up so it works together.
When you have the basics of how C# works (and most current programming languages like Java but also Objective-C or C++ share the same concepts although there are differences) the best way would be to start with a small project and ask questions when you get stuck or first have a look at StackOverflow if the same question has already been asked and answered.
Teaching someone how to program from the ground up in a forum only rarely works in my experience. But the previous poster might have had different experiences.

[Q] Need help creating scoring app

Hi everyone,
At the beginning I do apologize if it's the wrong place to post this thread. I am a "noob", a very very beginner. Can you guys just tell me is it difficult to create an app, which looks like quiz, but there are no wrong or correct answers, but only points for the answer? I'm in need to make an app where the total points will be visible at the bottom and updated (cumulated) in real tim while choosing answers. Also I want to place all questions on one page, which you can scroll (total of 11 questions).
Below is a simple example how I need it to look like.
I will appreciate any help, it's really very very important to me.
I know that I sound like (and I am ) a noob. I know that there are loads of different tutorials, but it will take me ages to understand it and make it on my own.
Hope you guys can help and again sorry if that's a wrong place for this thread.
Kind regards
[img=http://s28.postimg.org/94mvo62hl/scoring.jpg]
Hi there,
The project you described should be fairly easy to create, after you've learned the basics of Android Studio. Alot of the graphical work in your project can be done in a WYSIWYG editor. The first step would be to install Android Studio and familiarize yourself with the interface. Pay particular attention to "layouts" and "design view".
Cheers,
Shockfire.
hi nadaall,
If you want to create highscore for your quiz app,learn SharedPrefernces in Android.It will store value and also modify when highscore attain.If you want to show questions in one page,then you can copy random questions into ArrayList and then show it in the page.
I also created quiz application,Try this: play.google.com/store/apps/details?id=makeinfo.com.quizapp

[Q] Complete dimwit in this department, looking for some (moral) guidance.

Hello.
Im looking to creating a very simple application for a project work we have in school. We started off with four guys in the group, one guy kinda knew how to create apps and do the coding and whatnot but he switched groups last second. So considering we've already handed in the outline for the project which is stating that we're creating an application, we're kinda screwed.
Problem here; we don't know jack **** about creating applications. Our idea is to create the most basic "calendar app" where you open the app, you get the calendar immediately with all the dates. You press a date and when you do that you can write down stuff. Like a logbook pretty much.
So, considering our coding guy decided to leave us I now have to figure out a way to solve this on my own. Now Im just looking for pointers to get me started, consider the fact that I am completely oblivious to everything having to do with coding, and so are my two friends in my group. I understand we might be a lost case but any help is greatly appreciated, thank you.
Send me a PM or reply to this thread, thanks in advance.

Event App, Where to Start

Hello all, I'm new to the forum and if I continue on the path of trying to build apps I'm sure I will be a frequent visitor. I have a website client of mine that is looking to build an app to find events across the USA. We would have the ability to add all the events that we need to search for, but I am wondering where to even start with this? Does anyone have experience with creating a similar app? Basically it's like a Eventbrite or Bandsintown, but we can supply all the events ourselves. Please let me know what the ease of this project would be and where to begin. Thank you!
To start you should read up on server back ends and integrating them with android.

Categories

Resources