The Way to Programming
The Way to Programming
Please send your POJOs as it would help us understand how the model fits together. I am confused, does a coffeeshopbean contain multiple coffeeBeans or does a coffeeBeans list contain multiple coffeeshopbean objects?
If you just have a bunch of coffeeshop beans in a list coffeeBeans, then perhaps you’re looking at doing something like this?
I would then be the variable pointing to a single coffeeshop bean, so you should then be able to get the name of the coffeeshop by doing
${i.name}
as per the rest of your snippet.
ou could check out the courses in Udemy for Android and/or iOS.
I’m currently enrolled in a course named “Learn Android Lollipop Development. Create Java Android Apps ” and its pretty good for beginners.
The instructor dedicates a whole chapter to introduce Java programming, he teaches you how to download the SDK and the tools to develop for Windows, Mac and Ubuntu, and he teaches with practical examples that might be useful in Android development. Almost at the end, the instructor throws a lot of information and it’s a little bit overwhelming.
Besides that detail, I think you should consider it.
It’s not the hardest project you could do but if you are starting it will not be easy. In Android you can use Java and the NDK supported languages. In iOS you can use Objective-C and Swift. Check The big nerd ranch guide if you want good books.
Sign in to your account