Find Jobs
Hire Freelancers

Mobile Development Project implementing basic Android programming skills with the emphasis on UIdevelopment by implementing activity, intent, option menu and UI widgets.

$250-750 AUD

Fullført
Lagt ut over 5 år siden

$250-750 AUD

Betalt ved levering
This is my university project and i need this project done exactly according to the instructions provided. This project will follow another project, so whoever will do this project for me, will be handed over second part of this project as well. This project will involve implementing basic Android programming skills with the emphasis on UI development by implementing activity, intent, option menu and UI widgets. You will submit a single zip file containing your entire self-contained project's source code. Your code must be properly formatted and have significant explanation comments throughout, explaining the advanced technologies and/or algorithms you are using, and the justification behind them. Your zip file will also include a proper [login to view URL] file to guide installation and usage, as well as include a [login to view URL] file for any legal attributions. You will also include an mp4 file demonstrating your project in action, and explaining the code you have written for your major features, and demonstrating them in action. The primary aim of this project is to demonstrate that you can create the User Interface (UI) and User Experience (UX) of an Android app, and compile and run it successfully on Android. This project is focusing just on the graphical user interface (GUI) and related events (event-handling functionality), not specifically on programming. We won't be focusing much on detailed programming or APIs in Project 1, as you'll mostly discover and work out those details when you do Project 2. So at this point of time, I need all the work done for project 1 that i am going to explain below and whoever will make this project for me, next part of this project will be handed over as well after some time. Instead, you'll work out how to create the interfaces (demo interfaces with mock data). You can choose any of the following 3 topic choices. All 3 topics eventually involve both static and "programmatically" creating many of the interface elements. E.g. a calendar will be programmatically generated based on which month & year it is, when days of the week fall during that month, and then what events would be on each of those days, etc. These elements of the interface cannot be drawn using interface drawing tools, as they vary based on the data. Thus those elements must be generated by using program code. Other screens (e.g. an About or Help page) could be statically created. Contacts (easiest) World clocks and timezones (easiest - medium difficulty) Calendar (medium - advanced difficulty) It is your job to decide how you wish to design the app, and what screens would be required. You can be as creative as you want. E.g. a Contacts app could be very basic, and have a list of contacts, as well as a single contact view page, and an add/edit contact page. Or, it could be visually interesting, and have a table of 9 or 16 common contacts, like a quick-dial feature, but for quickly looking up common contacts. Or it be business-oriented, and could have a side menu of groups, then a list of contacts for each group. The same with a Clock app. You could start easy with a simple digital clock. Or you could have digital clocks with the colour adapting to if it's day or night. Or you could go more advanced and have analog clocks, or even analog clocks with different faces. The possibilities are endless, but I recommend you start very simple for Project 1. And build up as you learn more. Also note that in Project 1, you won't use live (real) data. Instead, you will use static/mock/dummy data for testing. Functionality comes in Project 2. Your screens are more about "what the app will look like", without the actual functionality.  Requirements Functionality + Required Topics Demonstrated: You must demonstrate the following working concepts within your app to pass. UI components: E.g. Labels, buttons / image buttons, text input / checkbox / radiobox, etc. The more you can demonstrate, within the normal functioning of your app, the better. You may end up making your own UI components, and that's fine too (advanced). Layouts: Demonstrate that you can apply appropriate layout to adapt to different screen sizes. Custom design: Can apply custom assets, colours and font to improve the graphic quality of your app. Resources: Use resources to organize all strings and colors used. Interface Styling: Consistent, stylish, professional User Interface across most of your app.  Code Styling: Your code must be well commented and correctly formatted. Every function/method that has an algorithm, and every class needs an explanation comment of 1-5+ sentences. Every major body of algorithmic code (e.g. an algorithm more than 10 lines), would have comments to explain how it works. Your code must be indented appropriately. Correct Attribution: CC-BY / Public Domain media: Your app correctly and legally attributes all code, images, media and any other resources (using other people's work without permission + attribution is plagiarism, and results in an immediate fail). Details are to be written in [login to view URL] 100% your own code, unless you include code comments to reference a code snippet you used from elsewhere. Up to 10% of your code can be direct snippets from others, as long as it is referenced by including a comment before and after the section you used. Two Files to Submit: a zip of the project directory, containing: all source code all media all inspirational media/screenshots that you used to base your design on [login to view URL] and [login to view URL] files a demonstration video (in mp4 format). Original: Your app must be a new app, not based on any previous app you have developed. Achieving all of the above is required for a pass. Grades above pass Credit: Functionality: Your app interface can switch between portrait to landscape (on startup). Your app interface can adapt at startup to both phone and tablet resolutions (at least 1 phone + 1 tablet of latest popular devices). Your app has at least 3 scenes / screens. Your app has a complete example mock-up of data for each screen where data would normally be used. Interface: You have demonstrated consistent and visually pleasing styling across all of your app's interface. Effort: You have worked on your app at least once every week (as evidenced by Portfolio). Distinction: All features of a Credit, and: Functionality: Orientation: Your app interface can switch between portrait to landscape dynamically (anytime during the app). Scenes: Demonstrate smooth transition between scenes (at least 2 scenes). Code: Your app gracefully handles all unknown bugs, by logging exceptions somewhere for the user to see. Interface: You have demonstrated innovative design across your app (can still be based on the inspiration of others). Effort: You have worked on your app for at least 8 hours every week (as evidenced by Portfolio). High Distinction: All features of a Distinction, and: Interface: Your app looks and functions as a high-quality, real-world professional app. Your app includes splash screens and icons. Your app would be publishable in its current form. Effort: You have gone above and beyond the project requirements. You demonstrate a strong ability to learn independently, demonstrated with: code quality, designing & implementing features, and problem-solving. Plagiarism Warning You cannot use any previous assignments you've done in the past. You cannot use any projects you've worked on before. This must be a completely new project. Everything must be your own work, and must be new work, created during this trimester. If you've done a project before that you want to continue, that's great for your experience, but you do that in your own time. This unit is about going through the entire app development life cycle, from start to finish. So this means having fresh ideas. You're allowed to use code snippets from other sources (e.g. stackoverflow), but you must attribute them before the block of code. E.g. /* This idea to sort in reverse is from a user zimbaba at URL_HERE */ code goes here /* end zimbaba's idea*/ Likewise, you're allowed to use images that are either: public domain or licensed for commercial reuse with modifications (CC-BY), provided you list them in the app in an About page under a section called Legal, and crediting everything you use they require in their license. I can only mark what each of you do (so don't use libraries for everything, use libraries to make your end code achieve more). Also, anything you used must be attributed, otherwise you get an immediate fail in the unit, and the issue is sent to the Academic Board for a hearing. Ways to create the video Your video must include: Your Student Name + SID (as text on the screen, so we can read it) Every feature you want to be marked for, show both how you did it (in code) and demonstrate it working (in emulator) You can create the video in any application you like. The method used does not matter at all. You are only judged on your content. Note that the file must be an mp4 file. Possible methods to create the video: Physically using your mobile phone camera pointed at your computer screen, record your app in use (but you need to keep it incredibly stable for clear view). Using any screen capturing software you are familiar with. The method I recommend on Mac is: Use the inbuilt QuickTime Player: File menu -> New Screen Recording. And on your phone, use an app to record an MP3 audio file at the same time, to record your voice. Then transfer the MP3 file to the mac, open it in QuickTime Player, select everything, copy, then go to the screen recording, and paste the audio in. Then save. Then finally use Handbrake to convert the resulting file to an mp4 file of the correct size. Aim for 858 x 480 (480p) or 1280 x 720 (720p), and it must be under 35mb in size (otherwise uploading will take forever, both for you and for me). For changing compression and video size, I use the software HandBrake . I recommend a QF factor of around 26, possibly up to 30 if you're having troubles with filesize. ALWAYS use Handbrake to compress your video, don't leave it in its default size that you recorded it at. Hints: Make sure your hand doesn't touch the bottom of the phone where the microphone is, otherwise the sound will be muffled. The alternative is to plug in hands-free headphones (the ones with a microphone), and put them on, so you're speaking out and the microphone at your chest is picking everything up. Test your video by playing it back immediately, and listening to the sound quality all the way through. If it isn't perfect, record it again.  Submission Details: Submission File: A single ZIP file (not rar, not 7z), that contains a directory "SIDxxxxxxxxxxx - Project 1", containing the following: Presentation (via 2-5+ minute MP4 video, < 20mb filesize), and Source code [login to view URL]
Prosjekt-ID: 17401265

Om prosjektet

30 forslag
Eksternt prosjekt
Aktiv 6 år siden

Ønsker du å tjene penger?

Fordeler med budgivning på Freelancer

Angi budsjettet og tidsrammen
Få betalt for arbeidet ditt
Skisser forslaget ditt
Det er gratis å registrere seg og by på jobber
Tildelt til:
Brukeravatar
Greetings, We are a team of experienced professionals and would like to design and build an Android app. Have a look at our profile and our reviews. We have 7+ year experience in IT Industry. We have already created more than 500+ Apps and around 2000+ websites so far . We are highly qualified for this project and would love to speak with you further about taking this project on. If you'd like to view my previous work, take a look at my Portfolio : [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] MORE APK IN PM Looking forward for your response with a ray of hope . Kindly give us an opportunity to work for you at our best. Thanks & Regards maya saxena
$250 AUD om 10 dager
4,8 (456 omtaler)
8,3
8,3
30 frilansere byr i gjennomsnitt $644 AUD for denne jobben
Brukeravatar
Hi I have been specializing in mobile (native, React native, hybrid, Xamarin) and web(website, backend) for 7+ years. I have rich experiences in - On demand system such as UBER style booking , Delivery - Sharing , Ddating - Voice&Video&Text Chatting - Video&Audio players , editors - E-commerce - Fitness App - Spy app - Guard patrol and School management system based on Nfc Read/Write- Live streaming , - GPS tracking, GEO fencing on GoogleMap , - Payment integration(PayPal , Stripe , Braintree , Peach , PayTabs etc) , - QR generating and scanning - Responsive mobile site - Bluetooth&Wifi app … I`d like to work for your project. I`m looking forward to hearing from you soon. Thanks.
$555 AUD om 10 dager
4,9 (83 omtaler)
7,9
7,9
Brukeravatar
Hi, Carefully checked the whole job posting and task is quite clear. You need android app, in first you need design part, UI development by implementing activity, intent, option menu and UI widgets. I have expertise with designing as well as development so I can easily handle the both part of project. Will assure you quality work as well as 6 months free technical support. Let's discuss more. Th@nks
$750 AUD om 20 dager
4,6 (69 omtaler)
8,2
8,2
Brukeravatar
I have an experienced in house mobile and web design and development team and we will provide you best solution according to your requirement. Please let me know if you are interested to work with us. I want to discuss on the project requirement, let me know when you will free to discuss.
$833 AUD om 20 dager
4,9 (54 omtaler)
7,8
7,8
Brukeravatar
Hello Rashim! Greetings! I have carefully read your requirement and must say that you have explained your requirements very clearly. I have also consulted with my technical team lead & we do have few questions, which we may ask during our chat but generally speaking, we are good to go and can start this project as soon as you are ready. I appreciate if you give me an interview call once to discuss this further. Hoping for your positive & swift response. Regards, Manish N.
$800 AUD om 10 dager
4,9 (47 omtaler)
7,3
7,3
Brukeravatar
Hello, I am a senior Full-Stack Java developer and I have coped with several projects, both small and more complex ones. I have a very strong academic background in algorithms and complexity, information systems and in software development. I have an M.Sc. in Computer Science and I work as a software engineer in my day-to-day job. I have very strong analytical and researching skills, as I have a research background (I worked in a technological research center for more than 2 years). I believe I can deliver your project in a reasonable time, after providing more details (deadline etc.). Looking forward to working with you! Best regards, Michalis
$750 AUD om 20 dager
4,9 (26 omtaler)
5,7
5,7
Brukeravatar
Hello there, Thanks for posting this project. You need an android app for your university project. I understand this project and can do this for an exact quotation. I have read all your requirements thoroughly. Please send me a message so we can discuss in details. Have a nice day Thanks!
$888 AUD om 10 dager
4,9 (10 omtaler)
5,0
5,0
Brukeravatar
Hello, I have analysed your project description and I can do this. As you have mentioned that this is your university project so it should be unique and plagiarism free. Lets have a quick conversation to proceed further. Thanks
$555 AUD om 10 dager
4,8 (13 omtaler)
4,0
4,0
Brukeravatar
Hello, I read and understood that you need an mobile development project and implementation with the basic android programming skills and i believe that i can make the best quality app for you. I am full stack developer available full time basis for the mobile apps development. We can discuss and start working on your project. I have earned 6+ years of experienced in programming apps in and always love to adopt my self in learning and implementing in emerging technologies Node.js, Angular.js, Mongo db, React.js, IONIC framework, Android Studio programming, Xcode programming, Codeigniter framework mysql. I will available full time basis 40 hours per week for the work dedicately and we can have call to discuss further project scope and will make full plan STEP BY STEP to achieve the goal and save money and time both. As per your scope i have similar development experienced and i can show you my my previous work samples to build of more confidence and trust. Some queries : Do you have any reference relevant to project? What about the API ? I look forward to hear from you soon. Regards, Invoke IT Services
$555 AUD om 10 dager
3,2 (20 omtaler)
5,6
5,6
Brukeravatar
Hello, We are a Team of Freelancer Developers having more than 8 years of experience in Software Development, Android, iPhone, Mobile App Development Website Design and much more kindly connect to discuss in detail. Thanks, Athmin Team.
$555 AUD om 10 dager
4,5 (6 omtaler)
2,9
2,9
Brukeravatar
We are a web developing and designing company with various other facilities such as web content and digital marketing related to all types of specialisations. Additional considerations and implementations are assisted concerning the requirement of the work. We specialise in content writing and its types such as academic and blog writing for UK, US, Australia, Singapore and other countries. Our diverse functions in various fields include: 1. Website Designing 2. Website Development 3. SEO & Digital Marketing 4. Android Application Development 5. iOS Application Development 6. Content Writing Our assured services *Punctual Work *24/7 Availability *Plagiarism Free Work *Free suport and assistance *Uncompromised Quality
$500 AUD om 15 dager
1,0 (4 omtaler)
2,4
2,4
Brukeravatar
Hi, I will make best android app for you as per your requirements. For quick start just send me message for more discussion and i will show you my portfolio Best Regards, Nitin Sabhadiya
$555 AUD om 10 dager
0,0 (0 omtaler)
0,0
0,0
Brukeravatar
Hiii, I have gone through your requirement , i have understand it , how ever i need to talk regarding this , please message me once so that we could discuss over this project and positively we could get chance to get engage in this project . Thanks....
$555 AUD om 10 dager
0,0 (0 omtaler)
0,0
0,0

Om klienten

AUSTRALIAs flagg
Melbourne, Australia
5,0
16
Betalingsmetode bekreftet
Medlem siden jul. 17, 2018

Klientbekreftelse

Takk! Vi har sendt deg en lenke for at du skal kunne kreve din gratis kreditt.
Noe gikk galt. Vær så snill, prøv på nytt.
Registrerte brukere Publiserte jobber
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Forhåndsvisning innlasting
Tillatelse gitt for geolokalisering.
Påloggingsøkten din er utløpt og du har blitt logget ut. Logg på igjen.