I'm looking for a code to develop the algorithm HMAC-SHA1 on Visual Basic 6. I found a lot of code but for .NET, java, C# and more, but not for Visual Basic 6. I'm desesperate...
Can anyone help me? I need it for the new Google V3 identification.
And is not posible change the language :(
Have you looked at HMAC-SHA-256, HMAC-SHA-1 Using Crypto API yet?
Code there does both, wrapped in test projects that run the published validation vectors.
You might look at the new posts there which address your Google Maps API signature issue.
Related
I would like to know how could I create a custom application for Android Auto. Nowadays, I know I can create “media” and “notification” Android Auto apps, but I would like to have a custom app (with a custom service), because I would like to create a google assistant flow and modify the map.
GOOGLE ASSISTANT NEW FLOW
I would like to get custom responses for some request by voice, because I would like to ask an appointment by Google Assistant. I have just seen an Android Auto notification app. With those methods I can send and replay some message, but it’s not a new or custom Google Assistant dialog. How could I create a new app with a new google assistant voice flow.
Please, if somebody have a custom Android Auto app example to learn it, I would appreciate so much! :D
MAPS
In addition, I don’t know if I could edit Google Maps for remark some custom places in the map from my Android app, or if it’s necessary create my own map in my application. I’m not sure if when I ask to Google Assistant it’ll works my custom Google Map or it will show me the standard Google Maps (without my remarkable places).
I NEED CREATE SOMETHING LIKE THIS —>
enter image description here
Thanks in advance for your help!
That's an interesting question.
Based on https://designguidelines.withgoogle.com/android-auto/custom-apps/custom-app-anatomy.html it is supposed to be possible to develop custom applications.
But when you create a project in Android Studio it is only possible to create messaging and audio applications (at least those are the public templates that are offered).
I have been looking about that and I have found some interesting answers from people answering the same question:
Android Auto custom apps - Official
Build Custom App for Android Auto
Can I make any apps for Android Auto?
https://support.google.com/androidauto/thread/2998734?hl=en
So based on this answers it is not possible to develop custom applications unless that you have the another SDK to do that. And if you get that SDK you need to be a Google partner to publish them.
If anyone knows another way to develop custom applications or how to get that another SDK, it would be great to know.
As the user types words, Google translate will dynamically in real-time translate the text on the other side.
Try it out at translate.google.com
Now I hope to mimic this feature on a translation website I'm building. I'm using React for the development.
Thanks.
To do this, you can use the google translate API
Google provides great documentation and tutorials here
If you want to implement the asynchronous calls, you will need to make an ajax request after each word is typed
React provides great documentation and tutorials here
The web page I use is written for api v2 and I am assuming it will stop working on May 19.
I'm just a beginner with google maps and do not have the skill set to know which parts of the scripts are going to fail.
I HAVE looked at the on line documentation for REMOVING CODE but can't find anything like: it was done that way before, but now it's done this way.
Question:
In order to focus my limited skills, is there any way to simulate which parts of my api v2 script are going to fail after May 19?
.. that way at least I might know where to begin to look.
Look at this simple page -->>
Old V2 Script<<-- this is what I need converted to api v3.
There are two referenced .js scripts that will also need tweaking.
I found parts of my script that use "gUnload" and know that's going to fail but have no clue on what to replace it with.
Can someone look at the 3 pages and easily tell me what else going to break?
or.. are their any professionals or experts here "for hire" willing to take on the task of converting a v2 to a v3?
I know this is a "newbie" question..
..thanks in advance for your patience.
Dennis
The question is about how to simulate which parts of api v2 are going to fail after May 19th.
The answer is by changing from the old google api script type to the google api script in the html.
Something like this:
old api 2 way
YOUR KEY
new api 3 way
After you do that, you will see all the old api v2 calls that are now "undefined".
but .. still looking for someone who can assist with the conversion.
Dennis
The iOS/Android app I am building requires a map component and just wondering what experts here would recommend using?
The app is being developed using pure AS3 and come across MapQuest. I only really need to be able to drop multiple markers and click markers for information. No directions, search etc.
Thanks
You might consider using a StageWebView instance with the HTML version of Google Maps.
You should be able to find helpful articles on the web. Sample: http://www.igorcosta.org/?p=350
Anyway, this might get tricky. :-/
I think Google Maps is still a good idea, but I’m not sure if it will work on mobile:
http://www.gotoandlearn.com/play.php?id=104
Beware that Google Maps API for Flash is deprecated.
Note (form Google Maps API page):
The Google Maps API for Flash has been officially deprecated as of September 2, 2011. The API will continue to work until September 2, 2014. We encourage you to migrate your code to version 3 of the Maps JavaScript API.
If not, you'll probably have to create a native extension.
I am attempting a GPS application and i wanted to use Google maps API to create it. I was wondering if you guys had any resources such as the name of some books, websites, videos that i can purchase, and tutorials that i can look at to help me in creating the application. I am looking at using technologies such as java and flash to accomplish this. I also want to include a lot of custom objects on the map such to mimic real world objects such as cars, people and so on.
Also any comments on the use of the API would also be useful since i know there is also BING out there as well.
They have a bunch of examples,tutorials, demoes and documentations on google maps home page http://code.google.com/apis/maps/index.html You can also check examples in action and try your own modification in google code playground http://code.google.com/apis/ajax/playground/ There is another tutorial here: http://econym.org.uk/gmap/