set-top box programming [closed] - television

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to know how can one get started with programming for set top boxes? Will all the hype about Apple TV, Google TV and all, I have not seen any directions on how one can get started with writing applications for these devices?
Any pointers would be really helpful.
Thanks in advance.

You can start google tv here
For Apple TV check ths SDK here

There is a link to sign-up for the Android SDK on this page.

Related

I want to make a share short video app for ios [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want Making an application that works with FireBase.The application will be like this .
User profiles will be.
You can add friends.
You can uploads max 20 seconds videos.
How can i do this ?
Thanks for your interest.
I would recommend taking a look at these links
https://firebase.google.com/docs/database/
https://firebase.google.com/docs/storage/
Firebase has very good tutorials in getting you started with their database.
Good luck :)

What are the coding standards we have to follow in ios development [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am new to ios development. I don't know what are the coding standards we have to follow in ios development. If anyone please suggest me.
you can go through this site it also has some basics to learn
http://cocoadevcentral.com/d/learn_objectivec/
For Coding Standard ios development you can refer these
Objective-C Coding
cocoadevcentral
Refer apple documentation for ProgrammingWithObjectiveC this documentation will explain clearly.

Is there any other store like appstore to upload iphone apps? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I tried to upload the apps in appstore but it needs 5000 rs/ year for creating an account. Can anyone please tell me whether do we have any other iphone appstore other than appstore.
Thanks in advance
Search for alternative stores for iOS. But if you target legal ios(iPhone/iPad) devices, you have to use AppStore of Apple
EDIT I tried to share a link of lmgtfu.com but it didnd't let me share that content, so in my answer there is somtehing like "here are some alternative stores" sorry for sharing that without fixing.

ScoreLoop in iPhone [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Currently I am working on Social Game for iPhone. I want to integrate ScoreLoop inside this games. If anybody know use of scoreloop. Please tell me How to use this ?
Thanks.
Check inside your Scoreloop SDK Folder (the one you downloaded), there will be a Documentation folder, where you can navigate to the ScoreloopCSE documentation PDF file, where all the steps are listed to get Scoreloop integrated into your application.
Refer to this link. I got on how to implement it from answer in this link:
781 can not integrate scoreloop in cocos2d iphone
Hope this helps you.

How Apple APNS Feedback service works? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am developing an ipad application which uses apple push notifications.I heard about feedback service in APNS which can give the information about devices uninstalled the application or devices reformatted the iOS.
I would like to know the complete details of what the APNS Feedback service offers?
Any reference document or links for how to implement the feedback service in sandbox environment is highly appreciable.
Thanks in advance.....