What I have / tried:
I am developing an android application. In which I have to add the viewer for the microsoft office documents(doc, docx, ppt, pptx, xls, xlsx) to the users. So I have searched in the internet. I got some reference about the apachi POI and doc4j for android.
So I tried to implement that inside my app. But I got lot of issues and also not getting any API references for that. So I have posted the question in the stackoverflow. But I didn't get any solutions for that.
So I am deciding to add any other third party office viewer SDKs inside my app to view the microsoft-office documents.
I searched in the internet and I got the following third party document viewers.
directoffice-mobile-sdk
aspose
What I want:
What are the other third party office document viewer SDKs are available for android? and what is the best one to implement inside my app? So anybody give some suggestions on this?
I know it's about 2 years since the question, but people are still asking if there is a solution.
The answer might be more obvious that you think - use the Microsoft Graph SDK:
http://dev.office.com/android
There are, of course, the equivalent iOS SDKs as well:
http://dev.office.com/ios
Although the SDKs aren't as obvious as "open this Word file", they do allow you to gain access to the Office 365 functionality from within your own apps.
I hope this helps someone...
Related
So I'm doing some research and am a little lost as I don't have any experience in regards to the dev side of applications. I've got a few questions and would greatly appreciate some help:
1) Is there any full device encryption for Android mobile devices? I didn't see any 3rd party apps that did this but I can't believe this would be the case unless...
2) Do 3rd party apps have permission to do such a things? If not, can they encrypt personal files/folders?
3) Where can I go to find out more about the permissions of 3rd party apps?
Thank you for your time!
#Anoob Best advice for encryption is to ask you a question. Storage of data can be encrypted if you are using sqlyte database. That said you need to decide where you are saving that data. Android devices have internal and external storage (SD CARD)
Permissions has changed with the introduction of API level 23. Prior to Sdk 23 apps on the play store set permissions when they were downloaded. So if you do a search to read about this topic try to keep this in mind and look at current articles if your looking for code. In conjunction to permissions you need to consider what your minimum Sdk will be.
Here is some advice before asking questions do a lot of reading but much more important develop a written list of search terms and always use "example" in your search if you are looking for code and include the word "android" Java is used in a lot of other development languages.
Here is a high quality site with a lot of good tutorials and code
Great Source
Welcome to Stack Overflow
Does Google Drive RealTime API still not support Android? I did it using JavaScript but want to use it in Android. I don't think it does exist cause no official blogs say that and it doesn't even appear on the Developers site. Is there any alternative for these purpose? Or I need to just do it all myself till Google announces anything? And if so can you please suggest me should I put everything on my server and send it to devices using GCM; or should I use Google App Engine?
A very similar question here: StackOverflow Question. But I even found these links saying it does Link 1, Link 2. So any updates?Please help thanks :)
Currently Realtime API does not support Android, sorry.
BUT! Google are working on this, and it should be available quite soon. Google are excited about the possibility of users collaborating simultaneously between web and mobile apps in real time. That is going to rock!
I need to integrate iCloud in my android application. Is it possible to integrate iCloud in my android application ? I find on net but not getting any solutions or any articles regarding this.
One thing I come to know that in IOS it is possible to integrate iCloud. But I cant figure out it is possible in android or not and if yes then how it is possible..
Please help me to find this.
There are no iCloud APIs for Android.
icloud4j
Not sure how useful it is for Android, but I've started a Java open source project based off the Python pyicloud implementation. It's still in the early stages at the moment but you can check it out here:
https://github.com/tmyroadctfig/icloud4j
To access iPhone backups there is the InflatableDonkey library:
https://github.com/horrorho/InflatableDonkey
I read an interesting article about Web-to-App interoperability. It states:
Android and iOS allow installed applications to respond to custom URIs
from the web. Since I’m not as familiar with iOS, I will only cover
how Android allows this to work, and how you can use this technique to
your advantage. There are several use cases for allowing your app to
handle custom URIs. The first one I’ll cover is simply launching your
application.
Basically, a link (clicked on a mobile browser) can trigger a specific action with an installed App.
I found it intriguing and I realized that the Google Play Market itself works the same way with market:// links.
My question is:
Can you provide (other) live examples in Android? And in Iphone?
I'm looking for good cases of this kind of "Web to App Interoperability" with both Android and Iphone applications.
Extra question:
Can you suggest a tutorial or reference to do this in Iphone?
Thank you very much.
Any help would be greatly appreciated.
For the extra question, have a look here or here.
I know Spotify uses this. I believe Facebook does too.
I have a website that has a forum with users. I would like to integrate this functionality into my application? How would i go about doing this? If anyone has some instructions to start with that will be great. Or a tutorial some where.
Add a webview and try to make a mobile friendly version of your forum. You can also call the web browser.
It will save you a lot of trouble.
I know this app forum sdk that provide a native library and bundles to enable a forum in your app. Much faster and quicker response than webview.