I was recently looking into Google Web Toolkit and it seemed really interesting. I was curious what can I really do with it, can I simple register and login system or similar things?
Hello I am a beginning android developer using windows and the eclipse IDE to develop java android applications.I have published one game but there is a free version of the game and a paid version. The google market insists that the different versions must have different package names. So far i have been refactoring the package with 2 different names and changing the R resource file import each time i build the different versions. The code is 99% the same for both versions.Is there a better way?
I've seen references to using the AccountManager like http://stackoverflow.com/questions/2245545/accessing-google-account-id-username-via-android but it seems like it's for grabbing the authtoken?
I just need access to the username, no passwords or any auth tokens.
I'm using android 2.1 sdk.
Hello, lets say I have bunch of hyperlinks. When link is clicked, I'd like an opened page (in a separate window) to have a google-translator style toolbox that I could use to save the page to a localdisk if I liked it, adding a few tags to the database using php. I understand how to save a file using php, but could You help me with ideas as how to add a toolbar and to send request from toolbar to my processing page?
Here's graphic representation of my question.
In google translate web site if i type any word in English and select any other foreign language, it show the exact word in the foreign language. I want the unicode value of that foreign characters. How to get that?
I have the calendar.ics file. I have to read that file from my application and transfer the data in to Google calendar in android. I am new to android. I need some help to do this.Can anyone help me to do this?
I managed to get oauth token and Token secret from google, after the user login and grant access to the web site.
after that I want the user's ID, first name, last name, and other available information about login user's.
How can I achieve it.
Thanks in advance.
I just want to let Google, Bing, Yahoo crawl my website to build indexes. But I do not want my opposite website use crawling service to steal my website content. What should I do?
Does Google's GData Picasa API and OAuth work using C#? If so, can someone post how to set the OAuthToken and then make calls using the PicasaService? I am able to get all the way to creating an oauth_token but cannot figure out how to set this value in the GData API and succesfully make calls. Thanks.
We have been using Google collections in the production for several months. We would like to start using guava for additional functions. However, I'm afraid to bring guava into our product stack b/c some developers may start to use 'beta' classes.
We have various unit-tests in our code but at this point, I prefer not to include 'beta' class b/c it is subject to change in the future.
Is there any easy way to do detect if the project includes any 'beta' guava classes?
Hi. We're building a site and wish to build for the same set of browsers Google Apps/Docs and YouTube support. Though not recommended, they seem to be detecting specific browsers/versions vs. features/functionality. What's the best way to support a minimum set of browsers while displaying a message to the users of older browsers to upgrade? What's the minimum set of browsers that the major sites are supporting? Thanks.
Hi guys.
I don't know how to create an custom Activity extending MapActivity and ListActivity ?
I am trying screen that contains of google map and list view.
How to make it ?
Thanks in advance.
Hi guys,
I'm trying to work out an app design in my head and I would like the user to be able to click there destination address on the map of there area.
If I know the user is in Liverpool is it possible to pop up the map over liverpool and then allow the user to select on the map where they wanna go, and the google map/api return the street or the name of the area?
I've never used googlemap/api yet so just wondering if this kind of thing is possible on the iphone yet.
Many Thanks
-Code
any property can set the pin in google map bigger? from what i know, MKPinAnnotationView class only provided few properties but not any related to set custom pin size.
Pls help if have any idea.
Thanks in advance
I have some old personal/proprietary code that I want to "promote" to open-source.
But I'd really like to preserve (and publish) the full CVS history... is this possible through Google Code's SVN repository?
Since content of web applications is dynamically generated it would appear that AdSense is not going to produce relevant ads.
Is there a way to increase relevancy of the AdSense ads for the web application?
Is it possible to achieve Gmail-like ad functionality at all for third-party applications?
Is there a better ad provider for web apps than Google?
The com.google.gwt.app.place package is new in GWT 2.1 which came out yesterday. Do you have any example on that API? How do I effectively use it? The GWT samples does't help at all.
Hello
I have website designed in WSS 3.0 (Windows SharePoint Services 3.0). Can i re-write URLs to Google / SEO friendly URLs? If yes then please do let me know how to do it?
Thanks,
Rau.
I could actually see a use for the Google Annotations Gallery in real code:
Stumble across code that somehow works
beyond all reason? Life's short. Mark
it with @Magic and move on:
@Magic
public static int negate(int n) {
return new Byte((byte) 0xFF).hashCode()
/ (int) (short) '\uFFFF' * ~0
* Character.digit ('0', 0) * n
* (Integer.MAX_VALUE * 2 + 1)
/ (Byte.MIN_VALUE >> 7) * (~1 | 1);
}
This is a serious question. Could this be used in an actual code review?
I want to detect if the user has already installed google chrome rss plugin or not. I want to do this using javascript like this :
if (navigator.plugins[rss_chrome_plugin _name]) {
// do some stuff if it is installed
}
The problem is that I don't know the name of the plugin.Any help?
If I made a homepage with an embedded .swf which had buttons that linked to other html pages on my website using the getUrl() function, would those links be spiderable by google? Or should I also put in text links outside of the .swf (which would ruin the design a bit)?
I know a lot of people will argue I shouldn't have flash as the main content on the homepage (and their comments are appreciated), but bear in mind, that's not my question.
Could you provide example of JavaScript function for starting up application installed on your computer from a web browser (eg google chrome 4). It particular if .Net APPs have any special simplyfiing this process apis of out there are some libs for such staff, please share link with us.
So how to start up your C# .NET app\programm from web browser?