need help in android studio software. - Android Studio

There will be 3 pages in the android studio software. The first two pages will contain the name of 3 anime series each with little tumbnails with them and a button below to go to the next page. The 3rd page will contain a shot video of 10 second or a gif. To run these content what codes are needed?

sakib021 said:
There will be 3 pages in the android studio software. The first two pages will contain the name of 3 anime series each with little tumbnails with them and a button below to go to the next page. The 3rd page will contain a shot video of 10 second or a gif. To run these content what codes are needed?
Click to expand...
Click to collapse
Your question is not specific, it's hard to understand what you really want to know. If you don't have programming experience and want this job to be done by someone else, I can make this app for you. All graphic assets must be provided by you.

Unity Dev said:
Your question is not specific, it's hard to understand what you really want to know. If you don't have programming experience and want this job to be done by someone else, I can make this app for you. All graphic assets must be provided by you.
Click to expand...
Click to collapse
okay. it would be very helpful. actually i have an assignment and i know literally nothing about programming.

I think you'r not explaining in the right way but i can help you to solve your problem. i have 8 years experience in software development and i develop so many software for multilevel and small level industry. You can contact me. gadget bytes. in.

Hello I need some advice or help on android studio plug in. I actually received an e mail I will just Copy it here :
EMAIL :
Dear Android developer,
We invite you to participate in a research study being conducted at Saarland University in Germany. We found your email address as a professional developer on Google Play.
We have developed FixDroid, an Android Studio plugin to help you learn about different aspects of software security. We're excited to be able to share this with you!
FixDroid helps you to learn more about secure coding. As you write code it finds insecure practices and warns you about them. In some cases it will offer you more secure alternatives as a QuickFix.
FixDroid is, and will remain, free to use and we're delighted if you can use it. In return we'll collect anonymous information about your use of it - but never any of your code or anything to identify you or the code. Please visit https://userstudies.cs.uni-saarland.de/fixdroid/installFixDroid.html to get access to the plugin.
While you try it out, if you've time, please could you possibly participate in a brief scientific study to help us improve FixDroid for you and other users?
Visit https://userstudies.cs.uni-saarland.de/fixdroid/70333f6d4789/468180b5cdf9 for more information or simply reply to this email. We'll be glad to answer any questions. If you don't want to receive emails from us, please visit https://userstudies.cs.uni-saarland.de/fixdroidstudy-bl/new/70333f6d4789/468180b5cdf9 and we will never contact you again.
Our research relies on the generous help of interested developers, so thank you for your help and feedback!
----
END
Now has any one else got this? Is this really helpful? I am asking here because I never heard of fixdroid. I know it is an html plug in and if it really is what it is maybe it will help others. I am just a junior developer so any help from a developer is appreciated tnx.

Help needed please!!
Hello. I'm new in developing apps and trying to learn on Android Studio. I'm creating a app for calculate the percent. The code is done and the interface, but when I run the app in the emulator all the buttons and the layouts appear on the top left of the screen one over the other. I don't know what i'm doing wrong. Thanks for your help.

omaritoml said:
Hello. I'm new in developing apps and trying to learn on Android Studio. I'm creating a app for calculate the percent. The code is done and the interface, but when I run the app in the emulator all the buttons and the layouts appear on the top left of the screen one over the other. I don't know what i'm doing wrong. Thanks for your help.
Click to expand...
Click to collapse
Please post your layout's xml file. Maybe you are using ConstraintLayout as a parent view instead of LinearLayour?

Related

[Q] I want to become a dev.

I'm a creeper on the forums and i look up to you people...and Recently i saw a story on how the number1 iphone app was created by a fourteen year old.
It got me thinking.. and i really want to try this but i have absolutely zero coding experience..
I know it sounds noobish to say but all the devs on this forum had to start somewhere.. they didnt just magically get their talents.
What i'm asking for are tutorials, references, guides, even books, on how to develop android applications from scratch.
Please dont overlook me.. i just want to learn.
I have the android sdk and eclipse set up and linked together.
I even have app inventer.
Any help is appreciated
I'd recommend starting with the tutorials on the Android Developers website http://developer.android.com/resources/index.html. In the left column there are 6 tutorials that are quite good. I'd reccomend doing Hello World, Hello Views, Notepad Tutorial, and save the others for later. After that, your best bet would be to get an idea in your head and go for it. If you have questions the best place to ask is on IRC in #android-dev. Outside of that, google is your best friend. Just search for what you want to do.
Hope this helps!
Tutorials are usually a good way to learn what you can start doing.
After you get some basics and know how to search for certain functions/commands, then you can start thinking about what type of app you want.
A lot of books (I just glanced over them at the bookstore) suggested thinking of what you want the app to do and then designing the general User Interface on paper. And after the UI is in your mind, you can start programming.
thanks to both of you for the help really appreciate it.. people seem to ignore the noobs but anybody can learn.
ill put my ideas on paper first.
And ChainsDD what is the IRC in #android dev?
IRC is internet relay chat. To quote Wikipedia:
Wikipedia said:
Internet Relay Chat (IRC) is a popular[citation needed] form of real-time Internet text messaging (chat) or synchronous conferencing.[1] It is mainly designed for group communication in discussion forums, called channels,[2] but also allows one-to-one communication via private message[3] as well as chat and data transfer (including file sharing).[4]
Click to expand...
Click to collapse
There are many clients out there to connect to it, but I believe that XChat is cross-platform and quite good. Here's the website for it. The quick start guide on that page will get you online, but choose freenode as your network, as that's where #android-dev is. There's also #android for general android discussions, and #android-root for root discussions.
I would recommend you to start with the basics. With that I mean Java applications for the command window. It's easy to set up and use to learn basic stuff like data types, operators and class structures. Search for "basic java programming" or likewise and you will find a lot of good (and bad) tutorials.
For example: Java tutorial for beginners - Introduction
When you have learned to write a simple program in Java use the Android tutorials to learn how to use Google's Java libraries. The three tutorials ChainsDD mentioned are a good start.
people seem to ignore the noobs
Click to expand...
Click to collapse
Not all of us
Real Dev's code in Python (j/k)
But they all stated good things - pretty much pick a programming language and start from there. If it's Android development it is going to be Java (ugh).
If your serious about wanting to develop? I would recommend C++ as the language to get involved with. From there it is easy to branch off to other languages.
There is a TON of free material on the internet (that isn't pirated even) to help you get started. Compilers, code samples, documentation.. there is virtually no limit to the amount of data that is out there.
The trick is... A) to figure out what you want to do and B) remained focus on your goals and keep working at it. Coding is NOT easy (I can't code my way out of a wet paperbag - but I understand it) but can be very rewarding both personally and financially
So good luck!
avgjoegeek said:
but can be very rewarding both personally and financially
Click to expand...
Click to collapse
Nah, I code for years and didn't get any of those rewards.. just lame jobs and no life!

custom font

Hi friend i want you to tell me how to add custom font in android app development in eclipse , i want to use my font but i dont know to code it in java, i used method of get assest after i put the custom font in font folder in assest folder but when open app it hang and force closr*
Hi friend, I kindly would like to ask you to fulfill your majestic demand.
so, to find a help, you should start to learn how to use the word: "please", as the beginning of your requests, your majesty.
Secondly, if your magnificence will learn that, it may be a good idea to learn how to use search function in this forum. After years of learning, you should be able to find That. More years spent on the learning how to read with understanding, your majesty, and hopefully you will deiscover that the mentioned thread leads to Secret Place, where no java coding knowledge is required to make your own fonts for android device.
I hope, that my servant's advice would please Your Majesty, if not, please disregard this what was wrote by
Unworthy Servant of Your (pathetic) Majesty
spamtrash said:
Hi friend, I kindly would like to ask you to fulfill your majestic demand.
so, to find a help, you should start to learn how to use the word: "please", as the beginning of your requests, your majesty.
Secondly, if your magnificence will learn that, it may be a good idea to learn how to use search function in this forum. After years of learning, you should be able to find That. More years spent on the learning how to read with understanding, your majesty, and hopefully you will deiscover that the mentioned thread leads to Secret Place, where no java coding knowledge is required to make your own fonts for android device.
I hope, that my servant's advice would please Your Majesty, if not, please disregard this what was wrote by
Unworthy Servant of Your (pathetic) Majesty
Click to expand...
Click to collapse
Best reply ever. Haha
Sent from my GT-I9000 using xda premium
He does start 'hi friend'. Possibly a bit heavy on the sarcasm?
maybe, you're right - anyway, the solution should work

A simplified way to connect all developers, share work, etc

Before a forum mod even thinks of taking this down- I've been in contract with Svetius and this may go live across XDA.
I would like to beta test here- and give developers and others a good example of what we can accomplish- as a collective.
I'll simplify for anyone who wants to jump in- click one of the following links, and if you don't get it, read on:
This is a link to the view only version, with ability to comment..
https://docs.google.com/document/d/...MZAPx-mLF8tnXPmBV2V7fRo/edit?usp=docslist_api
Here is the developers/contributor linkhttps://docs.google.com/document/d/...MZAPx-mLF8tnXPmBV2V7fRo/edit?usp=docslist_api DO NOT CLICK THIS LINK IF YOUR NOT ACTIVELY DEVELOPING OR CONTRIBUTING- I DO HAVE WAYS TO REMOVE PEOPLE IF THEY TAKE AWAY FROM PROJECT!
If someone else wants to create a new document, please include a link to this instruction document I've already created.
If no one else jumps on creating a development document for unified s5, I will create and post the edit and view/comment links in second post, or add your document if you choose too
I will update and add to this post this morning- please allow me to get second post
As of this moment, developers, recognized contributors, or users are disconnected- and you may not have the time to go hunting each other down, or answer 500 PMS.
This is my effort to connect developers- it is a LIVE document, and it uses your Google account to grant the level of access you need. Because it is a live document, you will see AS other people type. I can give non-devs the ability to view and comment only- but in that way, even they may be able to contribute.
There's a built in chat box.
It automatically tracks who makes changes so no credit has to be given for your work, or you can create a document you own and paste the link in my document. This is how we create a "tree" of organized data..
Links do NOT BREAK.. So even of you move the document in your personal folders, any link you put into my or any other document will work. Period. I've tested this over 4-5 years, and I'm sure of this.
The same way it tracks changes, you can revert to old versions.. So if someone accidentally selected all and hit backspace, by accident or as a jerk, in a few clicks I can put it all back.
I've been taking to mods and development teams here at XDA, and we are going to be doing this XDA wide, or at least that's how it is looking - this reduces devs duplicating work, because it is Google document, it requires no sign up, it's probably on all your devices or easy to download..
Of we start sharing and get or section done, it will give a good example at how all other subgroups can do there's.
The link in my signature(amaze Bible) shows how robust these Google docs can get. Here is a link if you can't see it. http://forum.xda-developers.com/showthread.php?t=1679486
Sent from my SM-G900A using XDA Free mobile app
I will add edit and view/comment links here in a few moments
Sent from my SM-G900A using XDA Free mobile app
This third post will contain a table of contents once documents start taking shape.
Please help this project, as connecting developers, contributors, and users will help us all!
But I've been asked to make sure this doesn't REPLACE XDA.. So if you have any posts that may be helpful already on XDA - LINK BACK TO IT.
If this goes XDA wide, they may be able to integrate this into XDA with backbend tools.. This could get really cool really fast. Pm or post you're questions or comments- but follow the development section rules!
Sent from my SM-G900A using XDA Free mobile app
I want to follow this.
kornfed said:
I want to follow this.
Click to expand...
Click to collapse
Follow yes, even help if possible
Click the edit link and go to the bottom where I put examples where I see this going.. You can comment (it explains how in the Google doc) if you don't want to change the doc itself.. So make suggestions, or even help me message a link to this thread to developers.. Because as I said, I've already been getting a pretty positive response from the top mod and his development team..
If we can show them this works and well, it will only help them see maybe this can be a priority.
I'm going to connect them with some backbend tools Google put out to integrate this into the site- so I need our XDA community collective to do/offer whatever they can to get or beta test product into something useful.
As a bonus, as easy as it is to link to docs, and link back to XDA.. We can reduce the number of duplicate questions, need for q&a threads, and the number of messages that developers get!
Even me, a recognized contributor- the more active I am, the more PMs I get..
So come on XDA collective- help me make this work!
It is now robust on a computer, but you can do 90% of this on any Google device you can install apps on
Sent from my SM-G900A using XDA Free mobile app
The amaze 4g is definitely a dated device, but we did this for that forum.. It helped a ton
Please, look at this example amaze 4g Bible and click the links in the take of contents which take you to the Google dochttp://forum.xda-developers.com/showthread.php?t=1679486
I'd like this and more, stepped up a notch, connecting developers- maybe even creating new ones that we allow view/comment access..
Sent from my SM-G900A using XDA Free mobile app
BUMP.
I edited original post- if you're a Dev click the second link, if you want to contribute in some way, click the appropriate link.
You literally click the link, on just about any device, especially anything android or a computer- and you're in, and able to contribute. No sign up. No wasted time.
This is EASY as it gets, but I can't make anyone do this.. This is about us collaborating and helping each other, unifying developers in one place - and REDUCING WORK.. Because I'm seeing a lot of developers doing the same thing, and it is called work duplication.. And time that need not be wasted if you all work together.
On top of that, if I and other contributors, official or not, can be part of the process.. Well, think of it as processing power.
Please give it a try, and let's build a team.
for developers and contributors in the unified s5 forum - please check http://forum.xda-developers.com/showthread.php?t=2997834
I'm trying to increase our collaboration, reduce duplication of work- and maybe even help out a few devs that just don't know your secret Fix's

[Q] Learn Java - need Tutorials written for Android Studio, instead of Eclipse

I want to learn Java for the purpose of programing Android. I aim to (in my opinion) fix the obvious and glaring faults of the Android OS that make the OS un-desktop friendly for 10 inch Tablet users. LOL..
I notice lots of good places to learn Java for free like the java-made-easy.com site or Udemy.com BUT most if not all of these use the Eclipse IDE and This is my problem. Now that Google has released Android Studio Stable back in December and is encouraging folks to switch to it as the new official IDE - where does this leave a newbie like me? - I cannot find any tutorials for learning Java that are actually designed to work with Android Studio.
This would leave me having to use Eclipse and I am worried if I learn this method I will not be able to transfer my work to Android Studio as well worried I'll be learning an outdated tool/system - if so I'd have to relearn Android Studio's way of doing things that differ from Eclipse... seems like a waste of time.. doing double work.
What should I do? Am I stuck between a rock and a hard place picking the worst time to try to learn Java?
I don't wanna learn the Eclipse way if it's going to be obsolete but there are no tutorials for learning java with Android Studio yet - or are there and I'm just missing them?
Looking forward to your answers, Thank you.
I suggest UdaCity.
jl0932 said:
I suggest UdaCity.
Click to expand...
Click to collapse
Thank you, I'll consider it.
What IDE does it use? I cant tell from the webpage. They have a 14 day trial and then it's $1.99 a month there after.
IDE is Android Studio.
You can register as free account, unless you want to join "assessments required for certification" program or coaching. Checkout the "Terms of service" in sign up dialog. register as "attendee" .
As for what courses do they have, click on "View Courses" in start page.
Enjoy
jl0932 said:
IDE is Android Studio.
You can register as free account, unless you want to join "assessments required for certification" program or coaching. Checkout the "Terms of service" in sign up dialog. register as "attendee" .
As for what courses do they have, click on "View Courses" in start page.
Enjoy
Click to expand...
Click to collapse
I attempted to sign up for the free course (Intro to Java Programming - https://www.udacity.com/course/cs046) But there was no option to "join "assessments required for certification" program or coaching" that would have been any different from a "free" account.
In other words your post led me to believe that you could take and complete the whole course for free just without the certification or coaching options - it doesn't look that way. They only type of account I see offered is the 14 day trial. Plus they ask for a credit card, and they are not getting my info. I cannot find an option to only register as an "attendee".
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Anyone else know of any tutorials for free that are designed to work with the new stable version of Android Studio?
It's a regret you can't find the right way to get start! I'll try to explain more clearly.
Most of the courses in Udacity have two choice : "Enrolling in a Course" and "Accessing course material". Select the former means you willing to join the paid course program, hence you got asking credit card etc., In your case, you should select "Accessing course material" which's right below "Enrolling in a Course" and it's the free one.
While some course like "How to use Git and GitHub", you can only see "Accessing course material", see the different?
You should also read "Help and FAQ" to get a better idea of how it work.
I'll look again when I have more time tonight. . --> Thanks.
I signed in with Google instead of registering manually, perhaps that's why I didn't see the options you speak of. :cyclops:
wow, a cyclops. I never saw that one before LOL
What i really need to learn for programming a android music player with advanced themes support and hoe create a themes motorplease help me sorry for my bad english
Sent from my GT-S7560M using XDA Free mobile app

New to the community & Android development. Please direct me in the right direction.

New to the community & Android development. Please direct me in the right direction.
Hello, I'm new to the Android community. I have prior programming experience and I have made apps through Unity and have successfully published them on the Google Play store and competing app stores. I decided that I want to write native Android apps.... so here I am.
The problem:
I want to create a very simple app. It is a simple messaging app, just like the messaging in Snapchat. It is not like other text messaging apps where you are given a number and you can text anyone you want, even if they don't have the app. That is not my goal.
1. You must have the app
2. You do not get a new number. You get to choose a new username only.
This is the goal of the app. The question is... what libraries and APIs do I have to use? Are there any good tutorials on this subject? And the most important question is, would I have to buy any servers or something? Do I have to spend any money for this to work or can this work with the user's cell connection? I don't want to purchase anything / servers. Is this possible?
I'm sorry for the lack of knowledge, but I am aiming to improve myself! Thank you very much for the read.
Hello,
Messaging infrastructure needs a server to centralize users accounts, messages and users status.
You can find low cost VPS servers, but it's not free.
Sincerely.
Here, this one mcould help u http://djangostars.com/blog/app-development-cost-android-vs-ios/ . They've gor both ios and android review, so u should read only one part)
CCliff said:
Here, this one mcould help u . They've gor both ios and android review, so u should read only one part)
Click to expand...
Click to collapse
I guess he is going to be the coder so he can skip kind of the whole article.

Categories

Resources