Our server costs ~$56 per month to run. Please consider donating or becoming a Patron to help keep the site running. Help us gain new members by following us on Twitter and liking our page on Facebook!
Current time: April 28, 2024, 4:31 pm

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anyone into Android programming?
#71
RE: Anyone into Android programming?
(August 9, 2015 at 1:42 pm)pool Wrote:
(August 9, 2015 at 1:10 pm)emjay Wrote: Hiya pool  Smile This thread started being about Android but it has kind of morphed into being about Unity3d. Unity can create apps for Android but it can make them for many different platforms - so Android is just one of many for it. But as far as specifically Android programming - in Java and with Eclipse - is concerned I personally am not particularly interested in that any more and Unity is my new thing. But if you still want to talk about Android programming, there are other people who've replied to this thread that are still interested in it I think Wink

Unity can create apps for android,as in,games,right?

Also,any specific reason for loosing interest in Java and Eclipse?

Yeah, it's a "game engine" for creating 3D and 2D games for pretty much any platform you can think of. You just create the program once, in C# (or Javascript), and then can build it for any platform out a massive list. It's very visual and requires a lot less code. I think it's amazing but I'm still new to it. I've got one game on my phone that was made with it - because it says "made with Unity" at the beginning so it is used for professional game development.

Don't get me started on Java and Eclipse. I like the Java language - which Android programming introduced me to - but Android development as a whole I find really unintuitve, laborious, and boring. It's hard to put it into words but it just doesn't seem very interrelated - you spend forever learning about one feature and it doesn't help you with anything else so you just don't feel like you're getting anywhere towards mastering it no matter how much you learn. So for that reason I could never become confident in it but Unity is different and I think I will be able to master it because it is so integrated.
Reply
#72
RE: Anyone into Android programming?
Cool,i think i'll give Unity a try too,once a get an Android phone.
Reply
#73
RE: Anyone into Android programming?
(August 9, 2015 at 2:14 pm)pool Wrote: Cool,i think i'll give Unity a try too,once a get an Android phone.

Cool  Smile Here's a link to a post by Bennyboy (in this thread) with a video of the development process in Unity just so you can have an idea of what it's all about:

http://atheistforums.org/thread-34057-po...#pid976435

I was sold on it after seeing that, so enjoy Wink
Reply
#74
RE: Anyone into Android programming?
(August 9, 2015 at 12:37 pm)emjay Wrote: @Benny. Just to let you know I finally got a new laptop (well not new; refurbished) a few days ago and have now got Unity and Blender installed. So if you want to carry on where we left off we can? I backed up my projects before and they work fine in this new installation so it's just a matter of getting re-aquainted with it all as it has been out of my mind for a few weeks. I was up to the point where I had created a new scene in the Roll a Ball project to house the pool table blender model you recommended. I haven't done anything new to it but I did press play and the ball just falls through the surface of the table so that's where I'm up to now. Anyway, how's it going with you? I recall you were starting to learn blender as well and suggested we could learn together?

You have to give the table a collision detector.
Reply
#75
RE: Anyone into Android programming?
(August 9, 2015 at 1:42 pm)pool Wrote:
(August 9, 2015 at 1:10 pm)emjay Wrote: Hiya pool  Smile This thread started being about Android but it has kind of morphed into being about Unity3d. Unity can create apps for Android but it can make them for many different platforms - so Android is just one of many for it. But as far as specifically Android programming - in Java and with Eclipse - is concerned I personally am not particularly interested in that any more and Unity is my new thing. But if you still want to talk about Android programming, there are other people who've replied to this thread that are still interested in it I think Wink

Unity can create apps for android,as in,games,right?

Also,any specific reason for loosing interest in Java and Eclipse?

If you want to make an Android-specific application, it will 1) be a LOT harder; 2) be usable only on Android; 3) feel more like an Android app.

So if you want to use the Android phone buttons (back button etc.), and have a menu system, then Java is still best (though Eclipse may be dead now).  But if you want to make your first phone game, Unity provides a much higher-level environment-- that is, it does a lot more of the things you need: setting up the window, controlling collisions, handling physics, etc.  If you write your own native Android application, YOU have (get?) to handle all the graphics directly.  You have to program your own physics.  And if you want to use 3D models, YOU will figure out how to read the files, etc.

This is the question: do you want more total control (i.e. by doing everything yourself in Java), or do you want to get straight into making a workable game, but possibly with a few limitations?

I've written Android programs, for example to record audio or video, compress them, and upload them to a homepage.  Unity couldn't do ANY of those things.  However, to learn enough about Android to make a 3D game, even a simple one like the Roll-A-Ball demo at the Unity3D homepage, would take me months.
Reply
#76
RE: Anyone into Android programming?
I like to have total control.I prefer writing things from scratch so that i can know every nook and corner of my code and mend it to my will. :evil:
Anyhow,it wouldn't hurt to try and use something like Unity! Big Grin
Reply
#77
RE: Anyone into Android programming?
(August 9, 2015 at 4:31 pm)pool Wrote: I like to have total control.I prefer writing things from scratch so that i can know every nook and corner of my code and mend it to my will. :evil:
Anyhow,it wouldn't hurt to try and use something like Unity! Big Grin

A whole game engine will probably take a single person longer than you have-- because by the time you get all your technologies (asset readers, physics systems, etc.) ready, then you will be a couple of versions of Android behind the curve.  Even professional games these days use 3rd-party assets.  The main difference to me is that some of them are paid (possibly very expensive) and some, like Unity, are free.

Imagine writing a game.  Now, imagine you want to make an iPhone version, and Android version and a Windows version.  Now weep. Smile

That being said, I think we should split this thread and make a Unity thread. I could also make a Java for Android thread if anyone's interested in things like making calls to Android functions from within a webpage, or in how to use FTP to upload files to your homepage or anything like that.
Reply
#78
RE: Anyone into Android programming?
(August 9, 2015 at 4:22 pm)bennyboy Wrote:
(August 9, 2015 at 12:37 pm)emjay Wrote: @Benny. Just to let you know I finally got a new laptop (well not new; refurbished) a few days ago and have now got Unity and Blender installed. So if you want to carry on where we left off we can? I backed up my projects before and they work fine in this new installation so it's just a matter of getting re-aquainted with it all as it has been out of my mind for a few weeks. I was up to the point where I had created a new scene in the Roll a Ball project to house the pool table blender model you recommended. I haven't done anything new to it but I did press play and the ball just falls through the surface of the table so that's where I'm up to now. Anyway, how's it going with you? I recall you were starting to learn blender as well and suggested we could learn together?

You have to give the table a collision detector.

I figured it might be that - because the Roll a Ball project just uses inbuilt assets like spheres, planes, and cubes so they probably have all of that stuff set as default. And I'd be perfectly happy for us to create a separate Unity thread as you suggested to pool  Smile Anyway, nice to hear from you again and hopefully we can really get back into all of this again. I got a refurbished Windows 7 i7 laptop with 8gb ram, and a 220 ssd. It's amazing and an absolute joy to use  Smile
Reply
#79
RE: Anyone into Android programming?
ir jealous
Reply
#80
RE: Anyone into Android programming?
(August 9, 2015 at 6:49 pm)bennyboy Wrote: ir jealous

Jealous of what?
Reply



Possibly Related Threads...
Thread Author Replies Views Last Post
  Including Assembly into C++ FlatAssembler 14 1489 December 4, 2019 at 6:29 am
Last Post: FlatAssembler
  Why isn't Android more serious contender to Windows? Fake Messiah 8 892 June 20, 2019 at 6:21 am
Last Post: Fake Messiah
  Microsoft to dump it's computers into the sea. Succubus 26 3724 June 8, 2018 at 12:25 pm
Last Post: The Grand Nudger
  Question about Android rado84 17 1925 August 24, 2017 at 1:24 am
Last Post: vorlon13
  Android bug fear in 900 million phones account_inactive 0 607 August 8, 2016 at 6:31 am
Last Post: account_inactive
  Music caching for Android RozKek 13 2251 May 10, 2016 at 2:19 pm
Last Post: RozKek
  Here's a simple programming problem for you to solve ErGingerbreadMandude 44 5003 April 28, 2016 at 10:02 am
Last Post: ErGingerbreadMandude
  rooted my android to install modded spotify Marsellus Wallace 11 2498 April 10, 2016 at 8:45 pm
Last Post: bennyboy
  Programming Language Swift Poll Shining_Finger 24 4255 December 2, 2015 at 7:21 pm
Last Post: bennyboy
  Programming Question Shining_Finger 8 1378 December 2, 2015 at 5:30 pm
Last Post: Tiberius



Users browsing this thread: 1 Guest(s)