diff options
| author | ARC <arjunrc@gmail.com> | 2015-04-26 17:41:39 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-04-26 17:41:39 -0400 |
| commit | 9f4c1a1d5d36185584e0155ac58579602fbdfa7c (patch) | |
| tree | a8f5d9c70215f51f6db117d7ac3b936d47f52c81 | |
| parent | c3634a6df4a04151ce2fc96533aa4335e7c9adf9 (diff) | |
cleaned up
| -rw-r--r-- | README.md | 23 |
1 files changed, 16 insertions, 7 deletions
@@ -8,22 +8,30 @@ so you can expect this to be in alpha/beta stage till the fine folks at ZM relea version with the APIs fully integrated. -This is a very initial version - I'll keep refining it over time as I learn more -of AngularJS and stuff. +Objective +---------- +Frankly, I wanted to learn how to create a full fledged cross platform app for a long time. +While I am aware of all these technologies theoretically (my day job needs me to be), there +is a big difference in understanding concepts at a high level vs. being able to create useful stuff. -Note that I am only currently testing on iOS as a platform for now - -My plan is to make the iOS version work and then move to other platforms (Android). +I used this as an excuse to learn Angular JS, phoneGap and ionic and see if one could +use these modern tools to build high performance phonegap apps. I was very pleasantly +surprised -- for a large part, most people who complain about performance probably +haven't spent time researching how to optimize. Not that phonegap apps will compare +or beat native performance for all apps, but that's not to say they can't compare. +I'll keep refining it over time as I learn more of AngularJS and stuff. +Note that I am only currently testing on iOS as a platform for now +My plan is to make the iOS version work and then move to other platforms (Android). as I mentioned, expect to see many many changes over the next few weeks/months Bugs/Issues ------------ -a) There are MANY right now. Like I said, I'll be working over the next few weeks to clean it up +a) There are several right now, but the app works quite well. Like I said, I'll be working over the next few weeks to clean it up b) A lot of functionality is still missing - keep a tab -c) The ZM APIs are not fully functional. I unfortunately need to reply on ZM devs to fix them and that will depend on how soon they can address it +c) The ZM APIs are not fully functional. I unfortunately need to reply on ZM devs to fix them and that will depend on how soon they can address it. You can track ZM API issues here https://github.com/ZoneMinder/ZoneMinder/issues/799 Important Notes @@ -31,6 +39,7 @@ Important Notes a) You need to have the latest ZM APIs installed. These apis are in the angular-ui branch of ZM. If you don't know what that means, then you will have to wait till ZM folks integrate their APIs into the main stream (the current APIs in 1.28 are limited - and will not be sufficient for the client) +b) Alternatively, just download the app and enable simulation mode Screenshots: |
