Discussion:
Working with Wordpress-Android Code
Amandeep Singh
2014-03-12 12:44:34 UTC
Permalink
hello !

As I declared earlier that I'm interested in the idea View comments by post
in wordpress for Android and shared an idea of my own also(Sorting Feature
in Posts [1]). So I would like to get some suggestions on how to proceed
with Android git code. Which IDE would be the best to use (I''ve already
built the source code in Android studio successfully btw.) ?
I'm trying to understand the code these days and would appreciate any
further help. I tried to track the developers/mentors on IRC
(#wordpress-mobile) also but found none, may be

[1] feature : Sorting in posts menu. The user can sort posts on the basis
of published posts, drafts and scheduled posts or by date/tags. It can be
implemented in the action bar menu by adding a new drop down menu group
with a filter like icon. The sorting/filtering algorithm can then be used
in the list adapter. Tags can be matched from the mt_keywords column and
post_status column can be used to filter on the basis of
drafts/scheduled/published posts.
--
_________________________________________________________
Amandeep Singh Mundra
http://about.me/aman.adsm
http://kodevelop.com/
Aaron Douglas
2014-03-12 13:00:47 UTC
Permalink
Hi Amandeep -

Most of the contributors to WordPress for Android are now using Android
Studio. If you're looking for some of the Android contributors in
#WordPress-Mobile try pinging mbiais since he's one of the mentors on
Android for Google Summer of Code. A lot of us hang out in the room all
day long but only check it for activity once in a while.

I like your suggestion of having a filter/sort feature. As with any new
feature, the user experience is key. I'd suggest maybe drawing up a quick
sketch of your suggestion to share with the IRC chat room. It definitely
would let us give you better feedback to see what you're thinking.

Cheers,

Aaron
Post by Amandeep Singh
hello !
As I declared earlier that I'm interested in the idea View comments by post
in wordpress for Android and shared an idea of my own also(Sorting Feature
in Posts [1]). So I would like to get some suggestions on how to proceed
with Android git code. Which IDE would be the best to use (I''ve already
built the source code in Android studio successfully btw.) ?
I'm trying to understand the code these days and would appreciate any
further help. I tried to track the developers/mentors on IRC
(#wordpress-mobile) also but found none, may be
[1] feature : Sorting in posts menu. The user can sort posts on the basis
of published posts, drafts and scheduled posts or by date/tags. It can be
implemented in the action bar menu by adding a new drop down menu group
with a filter like icon. The sorting/filtering algorithm can then be used
in the list adapter. Tags can be matched from the mt_keywords column and
post_status column can be used to filter on the basis of
drafts/scheduled/published posts.
Loading...