iLanguage / Aublog

Automatically exported from code.google.com/p/aublog
1 stars 1 forks source link

Create an alternative EditBlog activity with an Android GUI #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of implementation request:
The Webview EditBlog activity was very tricky to be sure taht the state was 
saved from the javascript down to the actiivity and down to the db. The WYSIWYG 
library isnt worth all that trouble now since the official Blogger client came 
out and users who want WYSIWYG can use the Blogger app. Lets create a new 
EditBlog activity with a pure Android UI.

When implementing the request, please focus on these
steps/functions/components:
First start with the UI
Then add in only the necesary logic from EditBlogEntryActivity to get the 
entries in and out of the db. 
Then move all the audio handling to the Application level

When implementing the request, watch out for the following potential
security/lack of access/lack of data/formatting etc hiccups:
The EditBlog activity has a lot of the controll for recording dictations and 
importing transcirptions when they are ready. The best case senario would be to 
refactor this into an Application which runs behind all of Aublog's activities. 

Expect next steps to be:
Once we have an Android UI we can look into refactoring the logic that should 
be moved to the Application level and out of the Activity level.

Original issue reported on code.google.com by a...@ilanguage.ca on 10 Feb 2012 at 8:55

GoogleCodeExporter commented 9 years ago

Original comment by a...@ilanguage.ca on 10 Feb 2012 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by a...@ilanguage.ca on 10 Feb 2012 at 9:09