I need help with my codings in android studio

  • Replies:18
Wenhan Xiao
  • Forum posts: 14

Mar 18, 2016, 7:34:38 AM via Website

PLEASE HELP ME IN ANDROID STUDIO . I AM TOTALLY A BEGINNER !! I have this two set of codes that i want to do as a sender and receiver . but i don't know how to sent information from the sender to the receiver . please help !!!

damponting44

Reply
Wenhan Xiao
  • Forum posts: 14

Mar 20, 2016, 11:45:19 PM via Website

yes thank you . Waiting for Developers to help me

damponting44

Reply
Vladimir S.
  • Forum posts: 266

Mar 21, 2016, 8:46:40 AM via Website

Where are your two sets of code? I can't see them...

Reply
Wenhan Xiao
  • Forum posts: 14

Mar 21, 2016, 9:01:53 AM via Website

pls sent me a email so i can sent the codes. wenhan999@hotmail.com

damponting44

Reply
Vladimir S.
  • Forum posts: 266

Mar 21, 2016, 9:23:26 AM via Website

Paste code here, i don't want to use my e-mail for this.

damponting44

Reply
Wenhan Xiao
  • Forum posts: 14

Mar 21, 2016, 9:35:15 AM via Website

uh i have many question but this is one of it -----------> image

Reply
Ashish Tripathi
  • Forum posts: 211

Mar 21, 2016, 10:39:42 AM via Website

share the log cat

Reply
Vladimir S.
  • Forum posts: 266

Mar 21, 2016, 11:14:59 AM via Website

Error is on string 59 of MainActivity, there you are attempting to set Adapter to non-initialized Spinner. Is there in your code something like this: Spinner spinner = new Spinner(....) ?

damponting44

Reply
Vladimir S.
  • Forum posts: 266

Mar 21, 2016, 11:15:30 AM via Website

You can simply paste your code and logs, it's not necessary to post screenshots

— modified on Mar 21, 2016, 11:18:22 AM

Reply
Wenhan Xiao
  • Forum posts: 14

Mar 21, 2016, 12:11:31 PM via Website

I am totally totally beginner in this and I don't know what to do ..

Reply
Martinelli Martinez
  • Forum posts: 3

Mar 21, 2016, 7:34:03 PM via Website

Wenhan Xiao

I am totally totally beginner in this and I don't know what to do ..

Please share your code if you want us to help you. Also try to explain better what you are trying to do. Are you trying to send something over the Network?

Reply
Wenhan Xiao
  • Forum posts: 14

Mar 22, 2016, 1:43:05 AM via Website

what i mean is i really dont know what to do as in literally dont know . my school have a project that wants us to create a application using android studio . two application . each app for a phone . the sender and the receiver and they uses NFC to transfer information to each other . now my job is to create a app on the sender that have a menu to select stuff to choose from and sent it to the receiver using NFC, and the problem now is that i do not know how to use create the app as this is the 2nd week i am touching android studio .

Reply
Wenhan Xiao
  • Forum posts: 14

Mar 22, 2016, 1:46:23 AM via Website

thats why i dont know how to explain because i dont even know the codes , thats why i want to ask for email so i can sent u the code which i dont know

damponting44

Reply
Wenhan Xiao
  • Forum posts: 14

Apr 3, 2016, 6:45:50 AM via Website

pls drop me a email and i can email you my codes

damponting44

Reply
Ashish Tripathi
  • Forum posts: 211

Apr 4, 2016, 9:49:04 AM via Website

Share you activity code where you are getting error.

Reply
Wenhan Xiao
  • Forum posts: 14

Apr 6, 2016, 11:36:14 AM via Website

no error yet can work but will crash . drop me a email i can sent u the whole codes. wenhan2476@gmail.com

Reply
AuroraHope
  • Forum posts: 8

Apr 25, 2016, 5:15:30 PM via Website

What do you mean by this question? No one is going to be able to provide you the correct and accurate answer.

Reply
damponting44
  • Forum posts: 70

Oct 6, 2016, 2:46:27 PM via Website

Want to build an Android app? Keep reading.
Seeing that he is a relative newbie to the programming world, I thought diving deeper into how he built his first app would be perfect for Learn to Code With Me.

Here’s a little bit about PraneethVT before we get started.

He is a computer engineering college major
So, in total, he has had about six months of actual programming classes
Two of the introductory CS courses he has under his belt teach Java
During his summer break, he decided to put some of his CS skills into practice and build an Android app

What exactly is Eclipse and Android Studio? And are these two completely necessary to build an android app?

Android Studio and Eclipse are IDEs, or Integrated Development Environments. You could code Java using other programs that run code, but I personally am not too familiar with these and would not recommend these at all to a beginner.

Reply