• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Simple App ad Push Notification from ASP.NET

Pavan528

Lurker
Hi,
I am a very novice to Android Development. What I want is to Develop a Small one or two Pae Android App and It shoudl be able to Receive a Push Notification from an ASP.NEt web Site or a Server and show it on the App.

My Question is Is it possible to do this by developing App in Java and sending the Notification from ASP.NEt or we should Develop the App also in C# and ASP .NET using Xamarin?

Could someone help me.

Thanks
 
The language used for the app and the language used on the server have nothing to do with each other. The server provides data. The app consumes data. It's the data that has to be the same for both. You can use C#, Java or black magic, as long as the app understands the data that the server is sending. (I prefer PHP to ASP.net [or anything.net], but that's irrelevant - it's the data format that matters, and any language can provide data in any format.)
 
Hi Pavan528, and welcome to Android Forums :)

I've moved your question into our Application Development subforum, where I hope you'll be better able to connect with some of our other resident developers. :thumbup:
 
Back
Top Bottom