A
A
Anton_Shevtsov2016-04-15 08:30:31
JavaScript
Anton_Shevtsov, 2016-04-15 08:30:31

Rapid development for Android, but not in Java, technology?

Good afternoon,

The question is philosophical and I have no definite answer, but nevertheless.
I want to make a simple application - a player for online radio (a project for a narrow circle of people, for local broadcasting).
There are a dozen URLs from the icecast server ( http://domain.tld:xxxx/share ) as input. Broadcasts in the form of mp3/ogg/aac

I am almost not familiar with Java, and the more I try to get acquainted, the more negative - the IDE is barely moving, for a primitive application you need to write pages of unreadable code, resources, xmls, it is not clear how it will swallow ogg/aac, well, in the circle of acquaintances does not have someone who can be asked banal questions - some kind of horror)) Thus, reality has been swept aside, at least for now.

I tried to throw on phonegap + jquery. Everything is fine on the computer, on the phone with incomprehensible brakes and somehow everything is tight. Whether I'm doing something wrong, or the technology itself is like that.

There is also something exotic like lazarus + android ( wiki.lazarus.freepascal.org/Android_tutorial ) but I'm even afraid ))

Maybe there is something simple, like phonegap, but working as native in Java ))

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
Oleg Gamega, 2016-04-15
@gadfi

Maybe there is something simple, like phonegap, but working as native in Java ))

no son, this is fantastic ©
in my opinion, unreadable code is not a java problem at all, but resources in xml - in the web, too, the logic is separate, presented separately
yes, you can’t argue on old hardware to write under android is sad, for normal operation you need ssd and at least 4-6 memory
alternatives to java are essentially not, yes there is koltlin but the very essence of its use does not change, you can also look towards React Native but I wouldn't expect miracles

D
Dmitry Eremin, 2016-04-15
@EreminD

There is a course on Udacity - everyone clearly tells how to file a similar, in essence, application.
2-3 days of patience and make an application

D
Dmitry Alexandrov, 2016-04-15
@jamakasi666

If you write purely for internal needs, then why is it native at all? Raised a web server in LAN, it has a page with a player. On the phone, a shortcut to this page from the desktop or applications. No extra gestures are needed and will work quickly on android and ios.
Another option is to make a playlist and feed it to the player on the mobile.

A
Albert Yaman, 2016-04-15
@albyaman

You can write in C# in Xamarin

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question