Instagram client for S40 - Source code available
Hi Folks
I would like to share my latest project, InstantME.
InstantME is an Instagram client for Nokia S40 phones.
It has been tested on newer Asha phones, touch or touch and type (Asha 305, 306, 308, 309, 311).
The project is hosted at github for faster forking: [url]https://github.com/marcelobarrosalmeida/instantme[/url]
You are invited to join the project and you can contribute to this project in several ways:
[LIST][*] Implementing new features[*] Fixing bugs[*] Enhancing documentation[*] Testing this application on other S40 phones[*] Making modification in the source code to support other phones[*] Sending emails to Instagram, requesting "create account" and "post photos" privileges[*] ...[/LIST]
Thanks !
Marcelo Barros
Re: Instagram client for S40 - Source code available
Nice effort Marcelo, I will try to look into it.
Re: Instagram client for S40 - Source code available
Thanks, Amitabh. It is my second J2ME project so I am sure that you will find a lot of points to enhance.
Re: Instagram client for S40 - Source code available
Any plan to port it to symbian in qt app?
Re: Instagram client for S40 - Source code available
No. I have briefly tested this app on S60 (E63) and it worked but some adjusts are necessary. Touch devices should be better supported. From Java to Qt there is a long path ....
Re: Instagram client for S40 - Source code available
Very nice effort Marcelo, interesting. i will join to your project.
Iqbal
Re: Instagram client for S40 - Source code available
Re: Instagram client for S40 - Source code available
Does instantME still in developing...??.
Re: Instagram client for S40 - Source code available
As almost everything we use today :)
But first version is available: [url]https://github.com/marcelobarrosalmeida/instantme[/url] (ASAP at nokia store)
Re: Instagram client for S40 - Source code available
[QUOTE=marcelobarrosalmeida;909284]As almost everything we use today :)
But first version is available: [url]https://github.com/marcelobarrosalmeida/instantme[/url] (ASAP at nokia store)[/QUOTE]
Ok, because i am opening your code, and reading your code and testing. I am trying to implement new feature or fixing bugs if any. :).
Re: Instagram client for S40 - Source code available
[QUOTE=muhamad.iqbal;909288]Ok, because i am opening your code, and reading your code and testing. I am trying to implement new feature or fixing bugs if any. :).[/QUOTE]
Create your fork and go ahead, muhamad. There is a lot of space for improvements. In my opinion, the urgent feature is the option to search/add/remove following/followers.
Re: Instagram client for S40 - Source code available
Hello Marcello,
I check instagram on android, there is no feature for search followers/following. But there is for find friends and find users. So how's the UI for search folllowers/following..??. Where should i put that search menu??.
Regards,
Iqbal
Re: Instagram client for S40 - Source code available
Hi Iqbal,
Nice to hear that you are working on this projetct !
I was thinking about the following API calls:
//Search for a user by name.
GET https://api.instagram.com/v1/users/search?q=<query>&access_token=ACCESS-TOKEN
// Modify the relationship between the current user and the target user.
POST https://api.instagram.com/v1/users/<user_id>/relationship?access_token=ACCESS-TOKEN
follow/unfollow/block/unblock/approve/deny
Inside 'friends' screen, I was thinking about adding the option 'search user'.
An inputbox is displayed, data entered and a list with results is presented to the user with brief information about user and relationship status for each list entry.
A list of options is presented after clicking on list item (follow/unfollow/block/unblock/approve/deny).
After selection, the relationship is changed and the friends list is refreshed.
Marcelo
Re: Instagram client for S40 - Source code available
Marcelo, eu queria saber se pretendes desenvolver este aplicativo em linguagem Qt para os aparelhos Symbian. Tenho um 808 PureView e instalei seu aplicativo, mas ele não faz login. Mesmo se não for sua pretensão fazê-lo em Qt, por favor, faça as correções necessárias para que o mesmo funcione em aparelhos como o N8, C7, 701, 808 PureView e os Symbians em geral. Obrigado desde já.
Re: Instagram client for S40 - Source code available
[QUOTE=paulocrustie;918660]Marcelo, eu queria saber se pretendes desenvolver este aplicativo em linguagem Qt para os aparelhos Symbian. Tenho um 808 PureView e instalei seu aplicativo, mas ele não faz login. Mesmo se não for sua pretensão fazê-lo em Qt, por favor, faça as correções necessárias para que o mesmo funcione em aparelhos como o N8, C7, 701, 808 PureView e os Symbians em geral. Obrigado desde já.[/QUOTE]
Olá Paulo,
pedimos que quando for responder a tópicos originalmente em lingua inglesa que procure manter esta como lingua de sua postagem, dessa forma mantemos a organização do forum e não deixamos os demais leitores "perdidos".
Certo de sua compreensão, desde já agradeço a colaboração!
/ Hello Paulo,
/ we ask when you answering topics originally in english language try to do it in that language, to keep the organization of the forum and do not let others readers "lost".
/ Sure your understanding, I thank your collaboration!
Thanks,
Maurílio