Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Android Apps

  • 26-02-2010 3:06am
    #1
    Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭


    Hi All,

    Sorry if I am posting in wrong section, could we add a section for android apps? there seems to be one for iPhone apps...

    I published my first android app today, its FREE and its called JAertel, its basically just a quick browser for aertel. I use it a lot and this app is handy for me. If you download it, all feedback is welcome and I will try my best to implement your ideas, thanks


«1

Comments

  • Moderators, Science, Health & Environment Moderators, Social & Fun Moderators, Society & Culture Moderators Posts: 60,105 Mod ✭✭✭✭Tar.Aldarion


    Not a bad idea, but should be posted in the forums request forum.

    http://www.boards.ie/vbulletin/forumdisplay.php?f=461

    I am making an app atm also. :)


  • Registered Users Posts: 115 ✭✭maxximus


    tw0nk wrote: »
    Hi All,

    Sorry if I am posting in wrong section, could we add a section for android apps? there seems to be one for iPhone apps...

    I published my first android app today, its FREE and its called JAertel, its basically just a quick browser for aertel. I use it a lot and this app is handy for me. If you download it, all feedback is welcome and I will try my best to implement your ideas, thanks


    Hi Twonk , is there an option for next page and an option to view subpages?


  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    heya maxximus, thanks for that, I will add this option at the weekend, I also want to add in bookmarks, so you can save certain pages for easy access rather than typing in page number


  • Registered Users, Registered Users 2 Posts: 55,553 ✭✭✭✭Mr E


    I searched for JAertel, Aertel (even tw0nk) and can't find it.
    Is JAertel the exact name?


  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    Heya Mr.E, yup its on the market and called "JAertel" I just searched for "JAertel" and "Aertel" there and found it for both, what device are you using and what version of Android? I wonder if market hides apps that have an OS version higher than your own?

    If this is the case, I can test the app on lower revisions of Android and change the minimum requirement


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 55,553 ✭✭✭✭Mr E


    I'm on a Hero with Android 1.5 (running AychTeeSee's Vanilla 3.1 version)
    The phone is rooted, and I've tried searching with Market Enabler (showing all paid apps) and without.


  • Registered Users, Registered Users 2 Posts: 3,182 ✭✭✭dionsiseire


    How easy is it to make Apps Twonk? ive not looked into it yet, i wouldnt mind making an app to pull in music news from my music site.

    what language is it written in and whats the best way of testing? is it a wise idea using my current android phone to test such a thing


  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    Mr E wrote: »
    I'm on a Hero with Android 1.5 (running AychTeeSee's Vanilla 3.1 version)
    The phone is rooted, and I've tried searching with Market Enabler (showing all paid apps) and without.

    OK, I have my app set to support android 2.1 so Im guessing market is hiding apps that are above your current android version, I will change my app to support android 1.5 as soon as I can, I dont think I have any 2.1 specific code in there so should be just a matter of changing config. I will let you know as soon as this is changed.


  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    How easy is it to make Apps Twonk? ive not looked into it yet, i wouldnt mind making an app to pull in music news from my music site.

    what language is it written in and whats the best way of testing? is it a wise idea using my current android phone to test such a thing

    Hi dionsiseire, Im a software engineer by trade so Im not sure my answer would for all, but if you are familiar with Java, xml and UI design and layout then it would be no problem.

    To start developing for android is a much simpler process than for iPhone, the easiest way is to use eclipse IDE, the android plugin for it and away you go, it even includes an emulator.

    Its definitely a wise idea to use your phone to test it rather than relying on emulator, as you can see above, I have learned a lesson today about OS versioning and will need to modify my app to support different android versions. So remember this when making your app.

    By the way, if you need help or want me to create the app for you just let me know.


  • Registered Users, Registered Users 2 Posts: 3,182 ✭✭✭dionsiseire


    Ah Cheers Twonk

    Ive a Degree in Computer Science but i mostly do PHP / Mysql Programming at the moment.

    Would love to tinker around with some Android stuff and see if i can make an Android App tap into the back of Goldenplec's Wordpress Database and pull out the Latest News for people in Ireland. Would be quite handy.

    I wouldnt hit you up for writing such a thing unless i could pay you which with GP at the moment we dont earn any money on site. Maybe that will change in the coming months so i think i'd have to give that a go myself to make it realistic


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    No probs dionsiseire, but my offer for advice is free, I dont mind helping people out when they are starting with new technologies etc. Ive relied on many other peoples help throughout the years.

    Best of luck with the app, I would suggest using the xmlrpc facility wordpress provides in order to get the information if this is an option for you.


  • Registered Users, Registered Users 2 Posts: 14,352 ✭✭✭✭jimmycrackcorm


    Android development can also be done with some web skills using Titanium

    see:

    http://www.appcelerator.com/products/titanium-mobile-application-development/

    The same IDE can generate native code for both Android and iPhone.


  • Registered Users, Registered Users 2 Posts: 3,182 ✭✭✭dionsiseire


    Android development can also be done with some web skills using Titanium

    see:

    http://www.appcelerator.com/products/titanium-mobile-application-development/

    The same IDE can generate native code for both Android and iPhone.

    Will look into that, i'll start basic and elaborate i reckon.

    Cheers guys, lots of help to be had here


  • Closed Accounts Posts: 53 ✭✭a7k10rf6z8buel


    Hi Guys,

    Sorry if I'm taking the thread in a different direction but I didn't wanna start andother hero/andorid thread?

    Just wanted to know if anyone has used yxflash on their hero for watching videos. Is it worth paying for?


  • Registered Users, Registered Users 2 Posts: 18,272 ✭✭✭✭Atomic Pineapple


    Dont forget Twonk that as well as Os Versioning you'll have to add support for QVGA screens as well for the likes of the HTC Tatoo if you want it to run on those devices.

    Good to see other Irish Android developers, I myself currently work commercially on Android, however our App wont be in the Market Place.

    If any Android developers wanna keep in touch so we can help each other out pm me for my email or IM, I think that it might be handy to have a few Irish Android developer contacts?


  • Moderators, Science, Health & Environment Moderators, Social & Fun Moderators, Society & Culture Moderators Posts: 60,105 Mod ✭✭✭✭Tar.Aldarion


    Android development can also be done with some web skills using Titanium

    see:

    http://www.appcelerator.com/products/titanium-mobile-application-development/

    The same IDE can generate native code for both Android and iPhone.

    How good is that? it looks pretty cool.


  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    Quick update, I have modified JAertel to work on Android 1.5 and above now, so will be available to all the Hero users now.

    Maximus, I have added next and previous subpages functionality now also.

    Next: I will add bookmarking for any page you want to visit, thanks for feedback so far and help

    draffodx, Im dead jealous you get to do this for your job! I will pm you later with my contact details, cheers.


  • Registered Users, Registered Users 2 Posts: 55,553 ✭✭✭✭Mr E


    Just tried it out, works very well. Now if only RTÉ could keep it up to date (Page 346 - TV Highlights - is showing TV shows from 18th-20th February!)


  • Registered Users, Registered Users 2 Posts: 5,015 ✭✭✭Ludo


    Still not available on the Tattoo. Any plans to make it so?


  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    thanks mr.e, pity about the updates ;)

    ludo, im doing it at the moment, i was updating dublin traffic cams first, hopefully by tomorrow


  • Advertisement
  • Registered Users Posts: 151 ✭✭marymc


    Tw0nk, my dad LOVES the JAertel. He's a big Aertel fanboy and his new Sony TV won't show it for some reason!


  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    heya marymc, delighted to get feedback like that, tell him I hope he enjoys it!


  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    Ludo, just to let you know, JAertel is now available for tattoo, also overhauled the UI to remove need for buttons, app is now press and long press controlled. Also added progress dialog for slow data connections.


  • Registered Users Posts: 931 ✭✭✭PH4T


    tw0nk wrote: »
    No probs dionsiseire, but my offer for advice is free, I dont mind helping people out when they are starting with new technologies etc. Ive relied on many other peoples help throughout the years.

    Best of luck with the app, I would suggest using the xmlrpc facility wordpress provides in order to get the information if this is an option for you.

    Recent Nexus One buyer and wondering how hard is it to put together basic Android apps?

    I have no clue about software design.

    I used to dabble a bit in programs like Dreamweaver for website design which was drag and drop. Are the similiar programs for Android?


  • Closed Accounts Posts: 167 ✭✭Mickeyie05


    great app! just out of interest! could u look at sum sort of app which accesses a persons webtext similar to cabbage or eiretxt


  • Registered Users, Registered Users 2 Posts: 4,948 ✭✭✭long_b


    Any good apps out there for streaming Irish radio stations ?


  • Registered Users, Registered Users 2 Posts: 51,054 ✭✭✭✭Professey Chin


    Mickeyie05 wrote: »
    great app! just out of interest! could u look at sum sort of app which accesses a persons webtext similar to cabbage or eiretxt
    There is an android version of cabbage.Should be on the market
    long_b wrote: »
    Any good apps out there for streaming Irish radio stations ?
    Tunewiki has shoutcast in it which picks up todayfm & newstalk anyway


  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    PH4T wrote: »
    Recent Nexus One buyer and wondering how hard is it to put together basic Android apps?

    I have no clue about software design.

    I used to dabble a bit in programs like Dreamweaver for website design which was drag and drop. Are the similiar programs for Android?

    You would need a good bit of software development experience to make an android app, this may change in time, but at the moment its a must.


  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    Hi All,

    Just a quick update, I released JAertel 3.0 with a bugfix on screen rotation, and also added gestures to go to next and previous subpages, so swiping right and left now performs this action. Thanks for all the support so far!


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 18,272 ✭✭✭✭Atomic Pineapple


    Swiping doesn't work on the G1, I get the Request not found toast when I try it


  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    Hi draffodx, that means there is no next/prev subpage on that page, most aertel pages do not have subpages, but things like movie reviews and cinema listings etc do.


  • Registered Users, Registered Users 2 Posts: 18,272 ✭✭✭✭Atomic Pineapple


    tw0nk wrote: »
    Hi draffodx, that means there is no next/prev subpage on that page, most aertel pages do not have subpages, but things like movie reviews and cinema listings etc do.

    ah i get it now, yeh it works on the cinema page.

    would it be posssible to go to the next or last page number via swipes?

    for example I like to check whats on now on 180 then the movies on 182 and then the movie info on 183


  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    draffodx wrote: »
    ah i get it now, yeh it works on the cinema page.

    would it be posssible to go to the next or last page number via swipes?

    for example I like to check whats on now on 180 then the movies on 182 and then the movie info on 183

    Right I see what you mean, so swiping should keep going up through sub pages until no more are left then jump onto next full page? I think I could change it to work like that alright, I will have a look a tonight, thanks for suggestion though, the more things I can do to improve it the better.

    Also if anyone has any improvement ideas for "Dublin Traffic Cameras" app let me know too, cheers.


  • Registered Users, Registered Users 2 Posts: 18,272 ✭✭✭✭Atomic Pineapple


    tw0nk wrote: »
    Right I see what you mean, so swiping should keep going up through sub pages until no more are left then jump onto next full page? I think I could change it to work like that alright, I will have a look a tonight, thanks for suggestion though, the more things I can do to improve it the better.

    Also if anyone has any improvement ideas for "Dublin Traffic Cameras" app let me know too, cheers.

    or maybe swipe up and down to increment and decrement the page numbers and left and right for sub pages?

    If thats possible I've no experience with gestures


  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    thats definitely possible, I can do that either! I will experiment tonight and see, thanks again.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    Heya Draffodx, I have added extra gestures now to JAertel 3.1, controls are now as follows:

    swipe up = next page
    swipe down = prev page
    swipe right = next subpage
    swipe left = prev subpage

    Hope you enjoy! Thanks again for suggestions and feedback


  • Closed Accounts Posts: 13,874 ✭✭✭✭PogMoThoin


    Should it not be the other way round, down for next page, up for previous, feels wrong IMO. Left and right are fine


  • Registered Users, Registered Users 2 Posts: 1,361 ✭✭✭tw0nk


    Heya PMT, I guess the reason I made it up for next page was that the page numbers are incrementing, but whats the general consensus? Would people prefer down swipe to be next page or up swipe? it would only take a few minutes to change it but I want to get the preferred option before/if I change it, thanks.


  • Registered Users, Registered Users 2 Posts: 7,748 ✭✭✭Bluefoam


    Down swipe makes more sense for 'next' page


  • Closed Accounts Posts: 13,874 ✭✭✭✭PogMoThoin


    Yeah downswipe for next feels more natural


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 3,151 ✭✭✭ronano


    Anyone know of an application that will allow me to answer phone by touching screen? or put a menu option so an answer call button pops up. My g1 has water damage and the answer key does not respond


  • Registered Users Posts: 4 kiltubber


    I for one would like to see a section got Android apps. Does anyone know how to get paid apps in Ireland.


  • Registered Users, Registered Users 2 Posts: 9,577 ✭✭✭lord lucan


    kiltubber wrote: »
    I for one would like to see a section got Android apps. Does anyone know how to get paid apps in Ireland.

    At the moment the only way of getting paid apps is to get a UK/US/HK/Canada sim card,put it in your phone and get them over your phone via WIFI.


  • Registered Users Posts: 4 kiltubber


    Ok, I might do that, cheers.


  • Registered Users, Registered Users 2 Posts: 1,014 ✭✭✭elderlemon


    Or root your phone and then run market enabler.
    lord lucan wrote: »
    At the moment the only way of getting paid apps is to get a UK/US/HK/Canada sim card,put it in your phone and get them over your phone via WIFI.


  • Registered Users, Registered Users 2 Posts: 9,577 ✭✭✭lord lucan


    elderlemon wrote: »
    Or root your phone and then run market enabler.

    I thought of that but after a read of a guide to rooting the phone i figured it was easier to leave well alone.


  • Registered Users Posts: 47 self_sentered


    elderlemon wrote: »
    Or root your phone and then run market enabler.

    Has anyone actually got paid apps working this way? I've rooted my phone and have market enabler installed, now I can see all the paid apps and download free 1's like 'amazon mp3 uk' which I usually couldnt see, I can even pay for apps but then they seem to block the download. It says "download failed" always after a few seconds.


  • Registered Users Posts: 47 self_sentered


    My mistake, paid apps download fine, just the latest version of Cyanogen mod I was running has a bug which prevents downloads bigger than a few Mbs.


  • Registered Users, Registered Users 2 Posts: 51,054 ✭✭✭✭Professey Chin


    Just seen this app which could be handy for business users
    http://lifehacker.com/5510164/calltrack-plots-your-calls-on-a-google-calendar


  • Registered Users, Registered Users 2 Posts: 2,694 ✭✭✭Dingatron


    jAertel's a great app! Good to see boardsie is the dev. I use it regularly to check flights etc. Anyone looking into making an app for the RTE player similar to the beeb player? I use Call Track also. Its a great way to keep track of support calls when I'm oncall. Think it only supports 2.1 though.


  • Advertisement
Advertisement