The code-sample tag has no wiki summary.
1
vote
1answer
6 views
Missing code in google-api. Unable to locate 'picasa-android-sample' code
I have followed this tutorial to create an app for Picasa android. I downloaded the code from:
hg clone
https://code.google.com/p/google-api-java-client.samples/ google-api-java-client-samples
...
0
votes
4answers
66 views
How to download sample code from google code website?
I'm looking around this Google code link from last an hour, can't find a way to download folders of sample code. When I click on any one of the Folder, it will take me inside it, and show all files, ...
0
votes
0answers
108 views
Looking for examples of Window Portable Device (WPD) API in Delphi [closed]
I'm looking to use WPD in Delphi. I have downloaded and installed the these two type libraries:-
PortableDeviceApiLib_TLB
PortableDeviceTypesLib_TLB
I have found some sample code for using them, ...
-4
votes
2answers
81 views
Simple Android app [closed]
Where I can find simple open source Android app with 4-5 inherited activities and using threads? For my use only. Maybe a little game with poor graphics.
0
votes
0answers
82 views
Is there open soruce webapplication that uses AdventureWorks sample database? To see code? [closed]
I have tried a lot to find code on advsampleapp.codeplex.com but can't find.
Is there any sample application that uses adventure works as sample database and build asp.net webform pages using that ...
2
votes
1answer
146 views
BackupAgent not working in Jelly bean. A bug in Jelly bean?
I am testing the sample code BackupRestore from Android SDK 16 (with my own key), but it does not work. The exactly same code works for ICS and GB. When I reinstall the app, I got
09-08 ...
-3
votes
1answer
330 views
How does binary search in SAP handle duplicates?
I'm looking for an explanation of the concept of binary search in SAP. If my table has duplicates, how the search is done?
-1
votes
1answer
17 views
Reformatting AddMusic
I'm tinkering with AddMusic, looking at all the strings and groups and classes. What I'm trying to do is make it practical for me, and this is by no means defacing it, adding and editing then ...
0
votes
0answers
743 views
Emoji type application sample code in iphone app?
Emoji type application sample code in iphone app?How to start the app?not getting any idea for it or any source code or tutorial will be appreciated..Help
-7
votes
3answers
169 views
where i can find sample code for andoid? [closed]
I am beginner in android application development and looking for answer like Where can I find sample iPhone code? for andoid.
This question is super hit so I like to make replica of this.
Thanks
0
votes
2answers
1k views
Audio streaming using C++ tutorial and sample code
I would like to learn basics of audio streaming. In particular, I would like to learn how to capture audio from a computer mic, and in real time stream it so that another user can listen to it live. I ...
0
votes
1answer
24 views
runwithfriends licensing information [closed]
I cant find the licensing information for runwithfriends sample FB app. Can any one please point me to a link with this info? Searched exhaustively but cant find anything. I want to edit this app a ...
0
votes
0answers
93 views
Android sample code that's similar to iOS LazyTableImages
What is the Android equivalent of the iOS LazyTableImages sample code?
The Android sample code doesn't have to be identical. Similar code works too. I'm just learning about Android development and ...
1
vote
1answer
113 views
XML Parser related questions in Objective C - help needed
I knew, my questions may create some angry on me. But, I have no other way to know the things that happens around me.
Actually, I'm working on a well-written Objective C code. The code uses parser to ...
0
votes
2answers
104 views
Assignment confusion in Lua
I am analysing Fishies projest from sample codes of Corona and i couldn't understand that assignment.
background = ( backgroundLandscape == background and backgroundPortrait ) or backgroundLandscape
...