Calendar for Ionic Framework - angularjs

I'm new to AngularJS and Ionic Framework, My present project now is to develop and integrate calendar event application for a mobile app. I already have the UI and only the integration is my problem to achieve this. Do you have guys any links or tutorial on how to do this? Thanks in advance!

You have a couple options:
make a calendar ui
1: http://angular-ui.github.io/ui-calendar/
use native device calendar
2:https://blog.nraboy.com/2015/02/using-native-device-calendar-ionic-framework/
do the same with ng-cordova
3: http://ngcordova.com/docs/plugins/calendar/

Related

Is there any framework for building website and mobile app with same codebase?

I am looking for framework which will provide me website and app development with same codebase, rather than designing website and mobile app separately.
I came across phonegap and ionic frameworks, but they support multiple mobile platforms and not the website + multiple mobile platforms within a single codebase.
Is it really possible to achieve this? If so, then how?
Thanks in advance.
I use Materialize css library to create cordova app based on material design guidelines. Originally this project is created to make mobile first applications with a touch of Google material design so it will definitely suit both- web and android app.
Unlike ionic, it's just a simple css and js library which is well documented and easy to use and integrate in cordova app.
"Browser" is an ionic platform, like android and ios
You can do 'ionic cordova platform add browser' and 'ionic build browser'
But careful with some cordova plugins not being for browsers.
You can use NativeScript for building native apps with angular.

notification bar in angular js

hey I am creating a web application for an e learning project.
For that I am doing a notification bar which must give the looks and feel of Facebook's notification bar. We are using angular material design for designing the site. does anyone have a working examples or code for this?
Please take a look at this one: https://github.com/cgross/angular-notify

WebSockets with Sencha Touch and Ext JS

Is anybody able to provide me some help with using WebSockets with Sencha Touch and Ext JS ideally using the Sencha proxy/store classes or any libraries based on them?
Specifically, is there any direct support for Websockets in Sencha ExtJS and Touch that works with their proxy or store classes?
Otherwise, is there a party-party or open-source plugin that does this?
I need to be able to do Sencha Desktop and Mobile client front-ends and communicate with an application server/webserver in a language such as Erlang.
Take a look at Sencha Market. There is a community-built proxy for both Touch and Ext JS.

Can i use angular-material with cordova?

I intend to create a Material design based App for Android and Windows.Generally I use Cordova with Ionic framework for development.
In that combo can I add the css and js file of Angular-material and create an app with Material Design ?
Yes, angular material works with Cordova. I have tried basic application with AngularJS, Angular Material and Cordova. And this combination works. Angular material is still in development. I am facing few performance bottle necks. This may be one aspect need to think for time being.
Ionic Framework doesn't play well along with Angular Material.
But you can use AngularJs + Cordova + AngularMaterial and it will work like a charm.
If you do want a seed to start, you can look to this one:
https://github.com/mario-aleo/cordova-angular-angularMaterial-seed
You should not have any issues using Material Design in the same way that you've been using Ionic with Cordova.
In fact, the Ionic team was directly involved in the creation of Material Design. Check out this video for an overview of Material Design by Max Lynch, the co-creator of Ionic.
https://www.youtube.com/watch?v=2qiyhkQVyxE&list=UUEGUP3TJJfMsEM_1y8iviSQ
I've had some problems with cordova compared to straight mobile chrome. Some element don't align right and I think it has to do with the heavy use of flex. I'm still investigating but I'm pretty sure the version of webview my not support it completely. I know that older android versions won't at all. I'll update this if I know more or if anyone else has input on this post here.
I am using this seed : https://github.com/mario-aleo/cordova-angular-angularMaterial-seed
Overall feeling is really great. I am testing elements of material design in the app. Problems that I can see so far is dialog. It opens kinda laggy a bit.

Can we use sencha touch to develop web application?

I am familiar to both Sencha Touch and ExtJs. My next project is web application. I am planning to use Sencha Touch to develop web application, because in sencha touch contains lot of graph components and also touch components events available. Can I use sencha Touch to develop web application?. Please anybody can suggest me. Great appreciate.
The selection of ExtJS or Touch framework is not about web or non-web applications, but about the device you want to run the result on. For desktop, use Ext JS, for mobiles use Sencha Touch.
Both have rich charting.
By web application if you mean HTML client side code your answer will be yes you can.
Sencha touch is by nature HTML based.
For native applications you used builder tools to obtain native ports.
In other words, yes you can develop web applications.
Also (as usual) check out the documentation for both ExtJS and SenchaTouch as they will both describe how to deploy as a web application.
Just a heads up, i've developed on both and Touch Interfaces wouldn't look very good on a web browser, they are designed and optimized for html 5 enabled mobile devices like tablets.
ExtJS however is developed for a desktop web experience, and the components look a lot better on a computer when rendered in an html 5 web page.

Resources